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 | 潁i?蘊 | 10011111111100011000001010001001001111111110010101011101 | 9ff182893fe55d |
EUC-JP | 潁i?蘊 | 11011110111100111010001111101001001111111110100110111110 | def3a3e93fe9be |
UTF-8 | 潁i궕蘊 | 111001101011110110000001111011111011110110001001111010101011011010010101111010001001100010001010 | e6bd81efbd89eab695e8988a |
UHC | 潁i궕蘊 | 1110011110111000101000111110100110000010101010101110100010110011 | e7b8a3e982aae8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)