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 | 顋九h | 111010001111100110001011111000111000001010001000 | e8f98be38288 |
EUC-JP | 顋九h | 111100001111101110110110111001011010001111101000 | f0fbb6e5a3e8 |
UTF-8 | 顋九h | 111010011010000110001011111001001011100110011101111011111011110110001000 | e9a18be4b99defbd88 |
UHC | ?九h | 0011111111001110111110101010001111101000 | 3fcefaa3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)