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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??浩??浩^ | 001111110011111110001101010111110011111100111111100011010101111101011110 | 3f3f8d5f3f3f8d5f5e |
EUC-JP | ??浩??浩^ | 001111110011111110111001110000000011111100111111101110011100000001011110 | 3f3fb9c03f3fb9c05e |
UTF-8 | 렲롂浩렲롂浩^ | 11101011101000001011001011101011101000011000001011100110101101011010100111101011101000001011001011101011101000011000001011100110101101011010100101011110 | eba0b2eba182e6b5a9eba0b2eba182e6b5a95e |
UHC | 렲롂浩렲롂浩^ | 10001110101111111000111011001001111110111100011110001110101111111000111011001001111110111100011101011110 | 8ebf8ec9fbc78ebf8ec9fbc75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)