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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 癰甍B | 1110000110011110111000010100111101000010 | e19ee14f42 |
EUC-JP | 癰甍B | 1110000111111110111000011011000001000010 | e1fee1b042 |
UTF-8 | 癰甍B | 11100111100110011011000011100111100101001000110101000010 | e799b0e7948d42 |
UHC | 癰?B | 11101000101110010011111101000010 | e8b93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)