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 | 11100111101011111001110111100111101111111010011001101011 | e7af9de7bfa66b |
EUC-JP | 遽晉ソヲk | 111011101011000111011010111010011000111010111111100011101010011001101011 | eeb1dae98ebf8ea66b |
UTF-8 | 遽晉ソヲk | 11101001100000011011110111100110100110011000100111101111101111011011111111101111101111011010011001101011 | e981bde69989efbdbfefbda66b |
UHC | 遽晉??k | 11001011111010001111001011001011001111110011111101101011 | cbe8f2cb3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)