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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 孰珣L孰珣L^ | 1001101101111000111110110110001101001100100110110111100011111011011000110100110001011110 | 9b78fb634c9b78fb634c5e |
EUC-JP | 孰珣L孰珣L^ | 11010101110110011000111111001011111101000100110011010101110110011000111111001011111101000100110001011110 | d5d98fcbf44cd5d98fcbf44c5e |
UTF-8 | 孰珣L孰珣L^ | 111001011010110110110000111001111000111110100011010011001110010110101101101100001110011110001111101000110100110001011110 | e5adb0e78fa34ce5adb0e78fa34c5e |
UHC | 孰珣L孰珣L^ | 1110001011010101111000101110100101001100111000101101010111100010111010010100110001011110 | e2d5e2e94ce2d5e2e94c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)