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 | 霓??燁 | 111010001011110100111111001111111111101101011001 | e8bd3f3ffb59 |
EUC-JP | 霓??燁 | 11110000101111110011111100111111100011111100101010110011 | f0bf3f3f8fcab3 |
UTF-8 | 霓띠덩燁 | 111010011001110010010011111010111001110110100000111010111000110110101001111001111000011110000001 | e99c93eb9da0eb8da9e78781 |
UHC | 霓띠덩燁 | 1110011111100111101101101110110010110101101000101110011110100111 | e7e7b6ecb5a2e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)