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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貊碑亨 | 111001101011101110010100111010001000101110011100 | e6bb94e88b9c |
EUC-JP | 貊碑亨 | 111011001011110111001000111010101011010111111100 | ecbdc8eab5fc |
UTF-8 | 貊碑亨 | 111010001011001010001010111001111010001010010001111001001011101010101000 | e8b28ae7a291e4baa8 |
UHC | 貊碑亨 | 110110001110011111011101111110001111101011111011 | d8e7ddf8fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)