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 | åKmæõ | 111001010100101110001101011011011110011011110101 | e54b8d6de6f5 |
SJIS-WIN | ?K?m?? | 001111110100101100111111011011010011111100111111 | 3f4b3f6d3f3f |
EUC-JP | åK?mæõ | 100011111010101110101001010010110011111101101101100011111010100111000001100011111010101111011000 | 8faba94b3f6d8fa9c18fabd8 |
UTF-8 | åKmæõ | 11000011101001010100101111000010100011010110110111000011101001101100001110110101 | c3a54bc28d6dc3a6c3b5 |
UHC | ?K?mæ? | 00111111010010110011111101101101101010011010000100111111 | 3f4b3f6da9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)