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 | 1001101101111000111110110110001101001100011010001001101101111000111110110110001101001100 | 9b78fb634c689b78fb634c |
EUC-JP | 孰珣Lh孰珣L | 11010101110110011000111111001011111101000100110001101000110101011101100110001111110010111111010001001100 | d5d98fcbf44c68d5d98fcbf44c |
UTF-8 | 孰珣Lh孰珣L | 111001011010110110110000111001111000111110100011010011000110100011100101101011011011000011100111100011111010001101001100 | e5adb0e78fa34c68e5adb0e78fa34c |
UHC | 孰珣Lh孰珣L | 1110001011010101111000101110100101001100011010001110001011010101111000101110100101001100 | e2d5e2e94c68e2d5e2e94c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)