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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶯痔煆譟 | 1110100111110010100011101010010011111011010101101110011010011111 | e9f28ea4fb56e69f |
EUC-JP | 鶯痔煆譟 | 111100101111010010111100101001101000111111001001111101001110110010100001 | f2f4bca68fc9f4eca1 |
UTF-8 | 鶯痔煆譟 | 111010011011011010101111111001111001011110010100111001111000010110000110111010001010110110011111 | e9b6afe79794e78586e8ad9f |
UHC | 鶯痔?? | 111001011010001111110110110000000011111100111111 | e5a3f6c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)