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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 遏ョh遏ョ | 11100111100111111010111001101000111001111001111110101110 | e79fae68e79fae |
EUC-JP | 遏ョh遏ョ | 111011101010000110001110101011100110100011101110101000011000111010101110 | eea18eae68eea18eae |
UTF-8 | 遏ョh遏ョ | 11101001100000011000111111101111101111011010111001101000111010011000000110001111111011111011110110101110 | e9818fefbdae68e9818fefbdae |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)