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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 懿??熬 | 100111001111001000111111001111111110000010010010 | 9cf23f3fe092 |
EUC-JP | 懿??熬 | 110110001111010000111111001111111101111111110010 | d8f43f3fdff2 |
UTF-8 | 懿뚪겛熬 | 111001101000011110111111111010111001101010101010111010101011001010011011111001111000011010101100 | e687bfeb9aaaeab29be786ac |
UHC | 懿뚪겛熬 | 1110101111110011100011001110100110000001101100101110100010100010 | ebf38ce981b2e8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)