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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼎泥い?郵 | 100100110100001110010011010001001000001010100010001111111001011101011000 | 9343934482a23f9758 |
EUC-JP | 鼎泥い?郵 | 110001011010010011000101101001011010010010100100001111111100110110111001 | c5a4c5a5a4a43fcdb9 |
UTF-8 | 鼎泥い렱郵 | 111010011011110010001110111001101011001110100101111000111000000110000100111010111010000010110001111010011000001110110101 | e9bc8ee6b3a5e38184eba0b1e983b5 |
UHC | 鼎泥い렱郵 | 11110000101000111101001011111010101010101010010010001110101111101110100111101000 | f0a3d2faaaa48ebee9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)