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 | 逡夂惡^ | 11100111100101011001101011100111100111001010011001011110 | e7959ae79ca65e |
EUC-JP | 逡夂惡^ | 11101101111101011101010011101001110110001010100001011110 | edf5d4e9d8a85e |
UTF-8 | 逡夂惡^ | 11101001100000001010000111100101101001001000001011100110100000111010000101011110 | e980a1e5a482e683a15e |
UHC | 逡?惡^ | 111100011110010000111111111001001100001001011110 | f1e43fe4c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)