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 | 咫???霆? | 1001101001000000001111110011111100111111111010001011101100111111 | 9a403f3f3fe8bb3f |
EUC-JP | 咫???霆? | 1101001110100001001111110011111100111111111100001011110100111111 | d3a13f3f3ff0bd3f |
UTF-8 | 咫띳렰렩霆렜 | 111001011001001010101011111010111001110110110011111010111010000010110000111010111010000010101001111010011001110010000110111010111010000010011100 | e592abeb9db3eba0b0eba0a9e99c86eba09c |
UHC | 咫띳렰렩霆렜 | 111100101010000110110110111100011000111010111101100011101011011111101111111111011000111010101110 | f2a1b6f18ebd8eb7effd8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)