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 | ?消??? | 001111111000111111000001001111110011111100111111 | 3f8fc13f3f3f |
EUC-JP | ?消??? | 001111111011111011000011001111110011111100111111 | 3fbec33f3f3f |
UTF-8 | 뤵消쵍홧성 | 111010111010010010110101111001101011011010001000111011001011010110001101111011011001100110100111111011001000010010110001 | eba4b5e6b688ecb58ded99a7ec84b1 |
UHC | 뤵消쵍홧성 | 10001111111000111110000110111100101011001000111111001000101100011011110010111010 | 8fe3e1bcac8fc8b1bcba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)