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 | 痔鴿耳 | 1111000010100100100011101010010011101001111110011000111010101000 | f0a48ea4e9f98ea8 |
EUC-JP | ?痔鴿耳 | 00111111101111001010011011110010111110111011110010101010 | 3fbca6f2fbbcaa |
UTF-8 | 痔鴿耳 | 111011101000000110100011111001111001011110010100111010011011010010111111111010001000000010110011 | ee81a3e79794e9b4bfe880b3 |
UHC | ?痔?耳 | 001111111111011011000000001111111110110010111100 | 3ff6c03fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)