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 | 旋?旋獸 | 10010000111110010011111110010000111110011110000011010111 | 90f93f90f9e0d7 |
EUC-JP | 旋宬旋獸 | 110000001111101110001111101110101101001111000000111110111110000011011001 | c0fb8fbad3c0fbe0d9 |
UTF-8 | 旋宬旋獸 | 111001101001011110001011111001011010111010101100111001101001011110001011111001111000110110111000 | e6978be5aeace6978be78db8 |
UHC | 旋宬旋獸 | 1110000011000001111000001111010011100000110000011110001010101110 | e0c1e0f4e0c1e2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)