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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 雲?f昻?Q] | 10001001010111110011111110000010100001101111101011010000001111110101000101011101 | 895f3f8286fad03f515d |
EUC-JP | 雲?f??Q] | 101100011100000000111111101000111110011000111111001111110101000101011101 | b1c03fa3e63f3f515d |
UTF-8 | 雲뜹f昻렗Q] | 1110100110011011101100101110101110011100101110011110111110111101100001101110011010011000101110111110101110100000100101110101000101011101 | e99bb2eb9cb9efbd86e698bbeba097515d |
UHC | 雲뜹f昻렗Q] | 111010101010001110110110111001011010001111100110111001001110100110001110101011000101000101011101 | eaa3b6e5a3e6e4e98eac515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)