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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?曉談 | 0011111110011101111110101001001001101011 | 3f9dfa926b |
EUC-JP | ?曉談 | 0011111111011010111111001100001111001100 | 3fdafcc3cc |
UTF-8 | 룿曉談 | 111010111010001110111111111001101001101110001001111010001010101110000111 | eba3bfe69b89e8ab87 |
UHC | 룿曉談 | 100011111011000011111100111110111101001111001000 | 8fb0fcfbd3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)