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? | 001111110100001000111111 | 3f423f |
SJIS-WIN | 瞭B壁 | 1001011111000100010000101001010111000111 | 97c44295c7 |
EUC-JP | 瞭B壁 | 1100111011000110010000101100101011001001 | cec642cac9 |
UTF-8 | 瞭B壁 | 11100111100111101010110101000010111001011010001110000001 | e79ead42e5a381 |
UHC | 瞭B壁 | 1101011011111100010000101101101111111010 | d6fc42dbfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)