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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鶯痔煜漆\ | 111010011111001010001110101001001111101101010101100011101011110101011100 | e9f28ea4fb558ebd5c |
EUC-JP | 鶯痔煜漆\ | 11110010111101001011110010100110100011111100100111111100101111001011111101011100 | f2f4bca68fc9fcbcbf5c |
UTF-8 | 鶯痔煜漆\ | 11101001101101101010111111100111100101111001010011100111100001011001110011100110101111001000011001011100 | e9b6afe79794e7859ce6bc865c |
UHC | 鶯痔煜漆\ | 111001011010001111110110110000001110100111110010111101101101010001011100 | e5a3f6c0e9f2f6d45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)