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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 偕?陞B | 100110001111000100111111111010001001111001000010 | 98f13fe89e42 |
EUC-JP | 偕?陞B | 110100001111001100111111111011111111111001000010 | d0f33feffe42 |
UTF-8 | 偕랖陞B | 11100101100000011001010111101011100111101001011011101001100110011001111001000010 | e58195eb9e96e9999e42 |
UHC | 偕랖陞B | 11111010101001011011011011111101111000111011001101000010 | faa5b6fde3b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)