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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猷?セ? | 100101110101000100111111100000110101101000111111 | 97513f835a3f |
EUC-JP | 猷?セ? | 110011011011001000111111101001011011101100111111 | cdb23fa5bb3f |
UTF-8 | 猷득セ燎 | 111001111000110010110111111010111001001110011101111000111000001010111011111011111010011110000000 | e78cb7eb939de382bbefa780 |
UHC | 猷득セ燎 | 1110101110100011101101011110011010101011101110111110100011111011 | eba3b5e6abbbe8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)