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 | 湫鶉}湫鶉{^ | 1001111111010101111010100100011101111101100111111101010111101010010001110111101101011110 | 9fd5ea477d9fd5ea477b5e |
EUC-JP | 湫鶉}湫鶉{^ | 1101111011010111111100111010100001111101110111101101011111110011101010000111101101011110 | ded7f3a87dded7f3a87b5e |
UTF-8 | 湫鶉}湫鶉{^ | 111001101011100110101011111010011011011010001001011111011110011010111001101010111110100110110110100010010111101101011110 | e6b9abe9b6897de6b9abe9b6897b5e |
UHC | 湫?}湫?{^ | 111101011101001100111111011111011111010111010011001111110111101101011110 | f5d33f7df5d33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)