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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠅??檍?? | 1110010110100010001111110011111110011110111110000011111100111111 | e5a23f3f9ef83f3f |
EUC-JP | 蠅??檍?? | 1110101010100100001111110011111111011100111110100011111100111111 | eaa43f3fdcfa3f3f |
UTF-8 | 蠅뗨똆檍릥딼 | 111010001010000010000101111010111001011110101000111010111001100010000110111001101010101010001101111010111010011010100101111010111001010010111100 | e8a085eb97a8eb9886e6aa8deba6a5eb94bc |
UHC | 蠅뗨똆檍릥딼 | 111000111011001010001011111010001000110001000111111001011110010110010000100001111000101101010101 | e3b28be88c47e5e590878b55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)