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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
EUC-JP | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
UTF-8 | 溫뚳쉴h溫 | 11100110101110101010101111101011100110101011001111101100100010011011010001101000111001101011101010101011 | e6baabeb9ab3ec89b468e6baab |
UHC | 溫뚳쉴h溫 | 111010001010111010001100111011111011110110101111011010001110100010101110 | e8ae8cefbdaf68e8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)