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 | 郵?∬齬 | 10010111010110000011111110000001111010001110101010010111 | 97583f81e8ea97 |
EUC-JP | 郵?∬齬 | 11001101101110010011111110100010111010101111001111110111 | cdb93fa2eaf3f7 |
UTF-8 | 郵쯩∬齬 | 111010011000001110110101111011001010111110101001111000101000100010101100111010011011110110101100 | e983b5ecafa9e288ace9bdac |
UHC | 郵쯩∬齬 | 1110100111101000110000101110110110100001111100111110010111100001 | e9e8c2eda1f3e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)