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 | 殿??爾 | 100100110110000100111111001111111000111010100010 | 93613f3f8ea2 |
EUC-JP | 殿??爾 | 110001011100001000111111001111111011110010100100 | c5c23f3fbca4 |
UTF-8 | 殿브늉爾 | 111001101010111010111111111010111011100010001100111010111000101010001001111001111000100010111110 | e6aebfebb88ceb8a89e788be |
UHC | 殿브늉爾 | 1110111011111100101110101110101010110100101111111110110010110011 | eefcbaeab4bfecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)