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 | 燿ワ쉴壤㎩ | 111001111000011110111111111000111000001110101111111011001000100110110100111001011010001110100100111000111000111010101001 | e787bfe383afec89b4e5a3a4e38ea9 |
UHC | 燿ワ쉴壤㎩ | 11101000111111001010101111101111101111011010111111100101101111011010011111100101 | e8fcabefbdafe5bda7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)