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 | ??nBF | 0011111100111111011011100100001001000110 | 3f3f6e4246 |
SJIS-WIN | 嘆達nBF | 10010010010100011001001001000010011011100100001001000110 | 925192426e4246 |
EUC-JP | 嘆達nBF | 11000011101100101100001110100011011011100100001001000110 | c3b2c3a36e4246 |
UTF-8 | 嘆達nBF | 111001011001100010000110111010011000000110010100011011100100001001000110 | e59886e981946e4246 |
UHC | 嘆達nBF | 11110111101000111101001110111001011011100100001001000110 | f7a3d3b96e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)