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 | ?W?NB | 0011111101010111001111110100111001000010 | 3f573f4e42 |
SJIS-WIN | 但W但NB | 10010010010000010101011110010010010000010100111001000010 | 92415792414e42 |
EUC-JP | 但W但NB | 11000011101000100101011111000011101000100100111001000010 | c3a257c3a24e42 |
UTF-8 | 但W但NB | 111001001011110110000110010101111110010010111101100001100100111001000010 | e4bd8657e4bd864e42 |
UHC | 但W但NB | 11010011101000110101011111010011101000110100111001000010 | d3a357d3a34e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)