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^ | 1110100111110010100011101010010001001100111010011111001010001110101001000100110001011110 | e9f28ea44ce9f28ea44c5e |
EUC-JP | 鶯痔L鶯痔L^ | 1111001011110100101111001010011001001100111100101111010010111100101001100100110001011110 | f2f4bca64cf2f4bca64c5e |
UTF-8 | 鶯痔L鶯痔L^ | 111010011011011010101111111001111001011110010100010011001110100110110110101011111110011110010111100101000100110001011110 | e9b6afe797944ce9b6afe797944c5e |
UHC | 鶯痔L鶯痔L^ | 1110010110100011111101101100000001001100111001011010001111110110110000000100110001011110 | e5a3f6c04ce5a3f6c04c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)