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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蝟伜ャイ | 111001011001011010011000111001011010110010110010 | e59698e5acb2 |
EUC-JP | 蝟伜ャイ | 1110100111110110110100001110011110001110101011001000111010110010 | e9f6d0e78eac8eb2 |
UTF-8 | 蝟伜ャイ | 111010001001110110011111111001001011110010011100111011111011110110101100111011111011110110110010 | e89d9fe4bc9cefbdacefbdb2 |
UHC | 蝟??? | 1110101011011010001111110011111100111111 | eada3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)