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 | 鞨輔Ρ | 111010001110000010010101111000111000001110101111 | e8e095e383af |
EUC-JP | 鞨輔Ρ | 111100001110001011001010111001011010011010110001 | f0e2cae5a6b1 |
UTF-8 | 鞨輔Ρ | 1110100110011110101010001110100010111100100101001100111010100001 | e99ea8e8bc94cea1 |
UHC | 鞨輔Ρ | 110010101110101011011100110100001010010111010001 | caeadcd0a5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)