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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 輊轉 | 11100111011010001110011101111010 | e768e77a |
EUC-JP | 輊轉 | 11101101110010011110110111011011 | edc9eddb |
UTF-8 | 輊轉 | 111010001011110010001010111010001011110110001001 | e8bc8ae8bd89 |
UHC | ?轉 | 001111111110111110101110 | 3fefae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)