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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 梱堰 | 10001101101010111000100110000001 | 8dab8981 |
EUC-JP | 梱堰 | 10111010101011011011000111100001 | baadb1e1 |
UTF-8 | 梱堰 | 111001101010001010110001111001011010000010110000 | e6a2b1e5a0b0 |
UHC | 梱堰 | 11001101111000011110010111101000 | cde1e5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)