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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迂橋 | 10001001010010011000101110110100 | 89498bb4 |
EUC-JP | 迂橋 | 10110001101010101011011010110110 | b1aab6b6 |
UTF-8 | 迂橋 | 111010001011111110000010111001101010100110001011 | e8bf82e6a98b |
UHC | 迂橋 | 11101001111001101100111011101001 | e9e6cee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)