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 | 茱醵咼 | 111001001010001111100111110100011001101001000100 | e4a3e7d19a44 |
EUC-JP | 茱醵咼 | 111010001010010111101110110100111101001110100101 | e8a5eed3d3a5 |
UTF-8 | 茱醵咼 | 111010001000110010110001111010011000011010110101111001011001001010111100 | e88cb1e986b5e592bc |
UHC | 茱醵? | 1110001010111100110010111101100100111111 | e2bccbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)