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 | 爾鶯痔 | 1111000010101101100011101010001011101001111100101000111010100100 | f0ad8ea2e9f28ea4 |
EUC-JP | ?爾鶯痔 | 00111111101111001010010011110010111101001011110010100110 | 3fbca4f2f4bca6 |
UTF-8 | 爾鶯痔 | 111011101000000110101100111001111000100010111110111010011011011010101111111001111001011110010100 | ee81ace788bee9b6afe79794 |
UHC | ?爾鶯痔 | 00111111111011001011001111100101101000111111011011000000 | 3fecb3e5a3f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)