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 | ?????k | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | 倭????k | 10011000011000000011111100111111001111110011111101101011 | 98603f3f3f3f6b |
EUC-JP | 倭??靷?k | 110011111100000100111111001111111000111111100111101111010011111101101011 | cfc13f3f8fe7bd3f6b |
UTF-8 | 倭녾낑靷봠k | 11100101100000001010110111101011100001011011111011101011100000101001000111101001100111011011011111101011101101001010000001101011 | e580adeb85beeb8291e99db7ebb4a06b |
UHC | 倭녾낑靷봠k | 1110100011011110100001101110101010110011101010011110110011100110100101000110001101101011 | e8de86eab3a9ece694636b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)