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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 倭????B | 10011000011000000011111100111111001111110011111101000010 | 98603f3f3f3f42 |
EUC-JP | 倭??靷?B | 110011111100000100111111001111111000111111100111101111010011111101000010 | cfc13f3f8fe7bd3f42 |
UTF-8 | 倭녾낑靷봍B | 11100101100000001010110111101011100001011011111011101011100000101001000111101001100111011011011111101011101101001000110101000010 | e580adeb85beeb8291e99db7ebb48d42 |
UHC | 倭녾낑靷봍B | 1110100011011110100001101110101010110011101010011110110011100110100101000100110001000010 | e8de86eab3a9ece6944c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)