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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?血}?血{^ | 001111111000110010001100011111010011111110001100100011000111101101011110 | 3f8c8c7d3f8c8c7b5e |
EUC-JP | ?血}?血{^ | 001111111011011111101100011111010011111110110111111011000111101101011110 | 3fb7ec7d3fb7ec7b5e |
UTF-8 | 뚦血}뚦血{^ | 111010111001101010100110111010001010000110000000011111011110101110011010101001101110100010100001100000000111101101011110 | eb9aa6e8a1807deb9aa6e8a1807b5e |
UHC | 뚦血}뚦血{^ | 1000110011100101111110101110110001111101100011001110010111111010111011000111101101011110 | 8ce5faec7d8ce5faec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)