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 | 壤レ? | 1001101011011111100000111000110000111111 | 9adf838c3f |
EUC-JP | 壤レ? | 1101010011100001101001011110110000111111 | d4e1a5ec3f |
UTF-8 | 壤レ꽢 | 111001011010001110100100111000111000001110101100111010101011110110100010 | e5a3a4e383aceabda2 |
UHC | 壤レ꽢 | 111001011011110110101011111011001000010010101111 | e5bdabec84af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)