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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤙굴틣홧성 | 111010111010010010011001111010101011010110110100111011011000101110100011111011011001100110100111111011001000010010110001 | eba499eab5b4ed8ba3ed99a7ec84b1 |
UHC | 뤙굴틣홧성 | 10001111110010001011000110111100101110101000111111001000101100011011110010111010 | 8fc8b1bcba8fc8b1bcba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)