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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ?????雲h | 0011111100111111001111110011111100111111100010010101111101101000 | 3f3f3f3f3f895f68 |
EUC-JP | ?????雲h | 0011111100111111001111110011111100111111101100011100000001101000 | 3f3f3f3f3fb1c068 |
UTF-8 | 렱렗솎렱렗雲h | 11101011101000001011000111101011101000001001011111101100100001101000111011101011101000001011000111101011101000001001011111101001100110111011001001101000 | eba0b1eba097ec868eeba0b1eba097e99bb268 |
UHC | 렱렗솎렱렗雲h | 10001110101111101000111010101100101111001101010010001110101111101000111010101100111010101010001101101000 | 8ebe8eacbcd48ebe8eaceaa368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)