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 | 叩洩叩 | 100100100100000010001001011010111001001001000000 | 9240896b9240 |
EUC-JP | 叩洩叩 | 110000111010000110110001110011001100001110100001 | c3a1b1ccc3a1 |
UTF-8 | 叩洩叩 | 111001011000111110101001111001101011010010101001111001011000111110101001 | e58fa9e6b4a9e58fa9 |
UHC | 叩洩叩 | 110011011011000011100000110111011100110110110000 | cdb0e0ddcdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)