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 | 膺れ? | 1110010001011110100000101110101000111111 | e45e82ea3f |
EUC-JP | 膺れ? | 1110011110111111101001001110110000111111 | e7bfa4ec3f |
UTF-8 | 膺れ몖 | 111010001000011010111010111000111000001010001100111010111010101010010110 | e886bae3828cebaa96 |
UHC | 膺れ몖 | 111010111110110010101010111011001001000110000100 | ebecaaec9184 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)