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 | 吟??吟ъ? | 100010111110000100111111001111111000101111100001100001001000110000111111 | 8be13f3f8be1848c3f |
EUC-JP | 吟??吟ъ? | 101101101110001100111111001111111011011011100011101001111110110000111111 | b6e33f3fb6e3a7ec3f |
UTF-8 | 吟듭꼸吟ъ꽘 | 1110010110010000100111111110101110010011101011011110101010111100101110001110010110010000100111111101000110001010111010101011110110011000 | e5909feb93adeabcb8e5909fd18aeabd98 |
UHC | 吟듭꼸吟ъ꽘 | 111010111110000110110101111011001000010010010000111010111110000110101100111011001000010010100111 | ebe1b5ec8490ebe1acec84a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)