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 | 二?? | 10010011111100010011111100111111 | 93f13f3f |
EUC-JP | 二?? | 11000110111100110011111100111111 | c6f33f3f |
UTF-8 | 二쇔걳 | 111001001011101010001100111011001000011110010100111010101011000110110011 | e4ba8cec8794eab1b3 |
UHC | 二쇔걳 | 111011001010001110111100111001011000000110011010 | eca3bce5819a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)