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 | 妊捧?^ | 100101000100010010010101111110010011111101011110 | 944495f93f5e |
EUC-JP | 妊捧?^ | 110001111010010111001010111110110011111101011110 | c7a5cafb3f5e |
UTF-8 | 妊捧볼^ | 11100101101001101000101011100110100011011010011111101011101100111011110001011110 | e5a68ae68da7ebb3bc5e |
UHC | 妊捧볼^ | 11101100111101001101110011101001101110101011110001011110 | ecf4dce9babc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)