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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燿ワ?壤? | 1110000010100000100000111000111100111111100110101101111100111111 | e0a0838f3f9adf3f |
EUC-JP | 燿ワ?壤? | 1110000010100010101001011110111100111111110101001110000100111111 | e0a2a5ef3fd4e13f |
UTF-8 | 燿ワ쉴壤ㅸ | 111001111000011110111111111000111000001110101111111011001000100110110100111001011010001110100100111000111000010110111000 | e787bfe383afec89b4e5a3a4e385b8 |
UHC | 燿ワ쉴壤ㅸ | 11101000111111001010101111101111101111011010111111100101101111011010010011101000 | e8fcabefbdafe5bda4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)