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 | 爾式耳昇 | 1000111010100010100011101010111010001110101010001000111110111000 | 8ea28eae8ea88fb8 |
EUC-JP | 爾式耳昇 | 1011110010100100101111001011000010111100101010101011111010111010 | bca4bcb0bcaabeba |
UTF-8 | 爾式耳昇 | 111001111000100010111110111001011011110010001111111010001000000010110011111001101001100010000111 | e788bee5bc8fe880b3e69887 |
UHC | 爾式耳昇 | 1110110010110011111000111101001011101100101111001110001110110000 | ecb3e3d2ecbce3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)