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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 怏??慂ф? | 100111001000100100111111001111111001110011001000100001001000011000111111 | 9c893f3f9cc884863f |
EUC-JP | 怏??慂ф? | 110101111110100100111111001111111101100011001010101001111110011000111111 | d7e93f3fd8caa7e63f |
UTF-8 | 怏얜젩慂ф삌 | 1110011010000000100011111110110010010110100111001110110010100000101010011110011010000101100000101101000110000100111011001000001010001100 | e6808fec969ceca0a9e68582d184ec828c |
UHC | 怏얜젩慂ф삌 | 111001001110100010111110111010111010000010100001111010011011110110101100111001101001100010010011 | e4e8beeba0a1e9bdace69893 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)