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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 孰愠Lh孰愠L | 1001101101111000111110101100000101001100011010001001101101111000111110101100000101001100 | 9b78fac14c689b78fac14c |
EUC-JP | 孰?Lh孰?L | 110101011101100100111111010011000110100011010101110110010011111101001100 | d5d93f4c68d5d93f4c |
UTF-8 | 孰愠Lh孰愠L | 111001011010110110110000111001101000010010100000010011000110100011100101101011011011000011100110100001001010000001001100 | e5adb0e684a04c68e5adb0e684a04c |
UHC | 孰?Lh孰?L | 111000101101010100111111010011000110100011100010110101010011111101001100 | e2d53f4c68e2d53f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)