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 | 箏?弟 | 1110001010110101001111111001001011101101 | e2b53f92ed |
EUC-JP | 箏?弟 | 1110010010110111001111111100010011101111 | e4b73fc4ef |
UTF-8 | 箏렜弟 | 111001111010111010001111111010111010000010011100111001011011110010011111 | e7ae8feba09ce5bc9f |
UHC | 箏렜弟 | 111011101011010010001110101011101111000010101001 | eeb48eaef0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)