To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 枝???精? | 1000111001111101001111110011111100111111100100001011100000111111 | 8e7d3f3f3f90b83f |
EUC-JP | 枝?獐?精? | 10111011110111100011111110001111110010111011101000111111110000001011101000111111 | bbde3f8fcbba3fc0ba3f |
UTF-8 | 枝렏獐렱精렭 | 111001101001111010011101111010111010000010001111111001111000110110010000111010111010000010110001111001111011001010111110111010111010000010101101 | e69e9deba08fe78d90eba0b1e7b2beeba0ad |
UHC | 枝렏獐렱精렭 | 111100101010101110001110101001011110110111101111100011101011111011101111111100011000111010111010 | f2ab8ea5edef8ebeeff18eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)