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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 驕懆∮B | 11101001100000011001110011101000100001111001001101000010 | e9819ce8879342 |
EUC-JP | 驕懆?B | 111100011110000111011000111010100011111101000010 | f1e1d8ea3f42 |
UTF-8 | 驕懆∮B | 11101001101010011001010111100110100001111000011011100010100010001010111001000010 | e9a995e68786e288ae42 |
UHC | 驕?∮B | 110011101111011000111111101000101011000101000010 | cef63fa2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)