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 | 111010001011001010101110010011000110100011101000101100101010111001001100 | e8b2ae4c68e8b2ae4c |
EUC-JP | 雋ョLh雋ョL | 1111000010110100100011101010111001001100011010001111000010110100100011101010111001001100 | f0b48eae4c68f0b48eae4c |
UTF-8 | 雋ョLh雋ョL | 111010011001101110001011111011111011110110101110010011000110100011101001100110111000101111101111101111011010111001001100 | e99b8befbdae4c68e99b8befbdae4c |
UHC | 雋?Lh雋?L | 111100011110011000111111010011000110100011110001111001100011111101001100 | f1e63f4c68f1e63f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)