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 | 00111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f4c |
SJIS-WIN | 髏皮ィョ霈ッL | 11101001100100001001010011100111101010001010111011101000101111001010111101001100 | e99094e7a8aee8bcaf4c |
EUC-JP | 髏皮ィョ霈ッL | 11110001111100001100100011101001100011101010100010001110101011101111000010111110100011101010111101001100 | f1f0c8e98ea88eaef0be8eaf4c |
UTF-8 | 髏皮ィョ霈ッL | 11101001101010111000111111100111100110101010111011101111101111011010100011101111101111011010111011101001100111001000100011101111101111011010111101001100 | e9ab8fe79aaeefbda8efbdaee99c88efbdaf4c |
UHC | ?皮????L | 0011111111111001101010110011111100111111001111110011111101001100 | 3ff9ab3f3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)