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 | 雲?d?懇? | 100010010101111100111111100000101000010000111111100011011010011100111111 | 895f3f82843f8da73f |
EUC-JP | 雲?d?懇? | 101100011100000000111111101000111110010000111111101110101010100100111111 | b1c03fa3e43fbaa93f |
UTF-8 | 雲뜹d뤋懇咽 | 111010011001101110110010111010111001110010111001111011111011110110000100111010111010010010001011111001101000011110000111111011111010011010011110 | e99bb2eb9cb9efbd84eba48be68787efa69e |
UHC | 雲뜹d뤋懇咽 | 111010101010001110110110111001011010001111100100100011111011101111001010110100001110011011101100 | eaa3b6e5a3e48fbbcad0e6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)