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 | ?l?椅?? | 0011111110000010100011000011111110001000110101100011111100111111 | 3f828c3f88d63f3f |
EUC-JP | ?l?椅?? | 0011111110100011111011000011111110110000110110000011111100111111 | 3fa3ec3fb0d83f3f |
UTF-8 | 緣l궗椅요벧 | 111001111011011110100011111011111011110110001100111010101011011010010111111001101010010010000101111011001001101010010100111010111011001010100111 | e7b7a3efbd8ceab697e6a485ec9a94ebb2a7 |
UHC | 緣l궗椅요벧 | 111001101101111010100011111011001000001010101100111010111111010110111111111001001011101010100110 | e6dea3ec82acebf5bfe4baa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)