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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 歟??^ | 1001111101100010001111110011111101011110 | 9f623f3f5e |
EUC-JP | 歟??^ | 1101110111000011001111110011111101011110 | ddc33f3f5e |
UTF-8 | 歟볠쥞^ | 11100110101011011001111111101011101100111010000011101100101001011001111001011110 | e6ad9febb3a0eca59e5e |
UHC | 歟볠쥞^ | 11100110101000101001001111100110101000101001001101011110 | e6a293e6a2935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)