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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譯郁サ区。 | 1110011010100001100010001110100010111011100010111110011010100001 | e6a188e8bb8be6a1 |
EUC-JP | 譯郁サ区。 | 11101100101000111011000011101010100011101011101110110110111010001000111010100001 | eca3b0ea8ebbb6e88ea1 |
UTF-8 | 譯郁サ区。 | 111010001010110110101111111010011000001110000001111011111011110110111011111001011000110010111010111011111011110110100001 | e8adafe98381efbdbbe58cbaefbda1 |
UHC | 譯郁??? | 11100110101110111110100111110100001111110011111100111111 | e6bbe9f43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)