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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 楮?h楮 | 100111101011100000111111011010001001111010111000 | 9eb83f689eb8 |
EUC-JP | 楮?h楮 | 110111001011101000111111011010001101110010111010 | dcba3f68dcba |
UTF-8 | 楮렡h楮 | 11100110101001011010111011101011101000001010000101101000111001101010010110101110 | e6a5aeeba0a168e6a5ae |
UHC | 楮렡h楮 | 11101110101111111000111010110010011010001110111010111111 | eebf8eb268eebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)