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 | 幄餓 | 10011011111010001000100111101100 | 9be889ec |
EUC-JP | 幄餓 | 11010110111010101011001011101110 | d6eab2ee |
UTF-8 | 幄餓 | 111001011011100110000100111010011010010010010011 | e5b984e9a493 |
UHC | 幄餓 | 11100100110000011110010010111011 | e4c1e4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)