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 | 氏遡蝨 | 100011101000000110010001011010111110010110011100 | 8e81916be59c |
EUC-JP | 氏遡蝨 | 101110111110000111000001110011001110100111111100 | bbe1c1cce9fc |
UTF-8 | 氏遡蝨 | 111001101011000010001111111010011000000110100001111010001001110110101000 | e6b08fe981a1e89da8 |
UHC | 氏遡蝨 | 111001001010101111100001110011111110001110100100 | e4abe1cfe3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)