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 | 韋叱燁シ | 11101000111010001000111010110110111110110101100110111100 | e8e88eb6fb59bc |
EUC-JP | 韋叱燁シ | 111100001110101010111100101110001000111111001010101100111000111010111100 | f0eabcb88fcab38ebc |
UTF-8 | 韋叱燁シ | 111010011001111110001011111001011000111110110001111001111000011110000001111011111011110110111100 | e99f8be58fb1e78781efbdbc |
UHC | 韋叱燁? | 11101010110111111111001011101010111001111010011100111111 | eadff2eae7a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)