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 | é¼ ié¼ iB | 111010011011110010100000011010011110100110111100101000000110100101000010 | e9bca069e9bca06942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | é??ié??iB | 10001111101010111011000100111111001111110110100110001111101010111011000100111111001111110110100101000010 | 8fabb13f3f698fabb13f3f6942 |
UTF-8 | é¼ ié¼ iB | 110000111010100111000010101111001100001010100000011010011100001110101001110000101011110011000010101000000110100101000010 | c3a9c2bcc2a069c3a9c2bcc2a06942 |
UHC | ?¼?i?¼?iB | 0011111110101000111110010011111101101001001111111010100011111001001111110110100101000010 | 3fa8f93f693fa8f93f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)