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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋九h貂 | 1110100011111001100010111110001110000010100010001110011010111000 | e8f98be38288e6b8 |
EUC-JP | 顋九h貂 | 1111000011111011101101101110010110100011111010001110110010111010 | f0fbb6e5a3e8ecba |
UTF-8 | 顋九h貂 | 111010011010000110001011111001001011100110011101111011111011110110001000111010001011001010000010 | e9a18be4b99defbd88e8b282 |
UHC | ?九h貂 | 00111111110011101111101010100011111010001111010110110000 | 3fcefaa3e8f5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)