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?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | 楷?咳?h楷? | 10011110101100100011111110001010010100000011111101101000100111101011001000111111 | 9eb23f8a503f689eb23f |
EUC-JP | 楷?咳?h楷? | 11011100101101000011111110110011101100010011111101101000110111001011010000111111 | dcb43fb3b13f68dcb43f |
UTF-8 | 楷렠咳렱h楷렠 | 11100110101001011011011111101011101000001010000011100101100100101011001111101011101000001011000101101000111001101010010110110111111010111010000010100000 | e6a5b7eba0a0e592b3eba0b168e6a5b7eba0a0 |
UHC | 楷렠咳렱h楷렠 | 11111010101011001000111010110001111110101010011010001110101111100110100011111010101011001000111010110001 | faac8eb1faa68ebe68faac8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)