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 | 暎??辱 | 100111011111001100111111001111111001000001001010 | 9df33f3f904a |
EUC-JP | 暎??辱 | 110110101111010100111111001111111011111110101011 | daf53f3fbfab |
UTF-8 | 暎껇덱辱 | 111001101001101010001110111010101011101110000111111010111000110110110001111010001011111010110001 | e69a8eeabb87eb8db1e8beb1 |
UHC | 暎껇덱辱 | 1110011110110010100000111110100010110101101001101110100110110100 | e7b283e8b5a6e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)