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 | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 煽疎煽殞k | 100100001111100010010001011000011001000011111000100111110110110101101011 | 90f8916190f89f6d6b |
EUC-JP | 煽疎煽殞k | 110000001111101011000001110000101100000011111010110111011100111001101011 | c0fac1c2c0faddce6b |
UTF-8 | 煽疎煽殞k | 11100111100001011011110111100111100101101000111011100111100001011011110111100110101011101001111001101011 | e785bde7968ee785bde6ae9e6b |
UHC | 煽疎煽殞k | 111000001100001111100001110000111110000011000011111010011111100101101011 | e0c3e1c3e0c3e9f96b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)