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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 夭l?乙? | 1001101011101110100000101000110000111111100010011011001100111111 | 9aee828c3f89b33f |
EUC-JP | 夭l?乙? | 1101010011110000101000111110110000111111101100101011010100111111 | d4f0a3ec3fb2b53f |
UTF-8 | 夭l궏乙짨 | 111001011010010010101101111011111011110110001100111010101011011010001111111001001011100110011001111011001010011110101000 | e5a4adefbd8ceab68fe4b999eca7a8 |
UHC | 夭l궏乙짨 | 11101000111011001010001111101100100000101010010111101011111000001010010001000111 | e8eca3ec82a5ebe0a447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)