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 | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
SJIS-WIN | 晶澈イ雫K | 10001111101110111111100111010100111110110100101110110010100011101011010001001011 | 8fbbf9d4fb4bb28eb44b |
EUC-JP | 晶?澈イ雫K | 1011111010111101001111111000111111001000111001011000111010110010101111001011011001001011 | bebd3f8fc8e58eb2bcb64b |
UTF-8 | 晶澈イ雫K | 11100110100110011011011011101110100111001010111111100110101111101000100011101111101111011011001011101001100110111010101101001011 | e699b6ee9cafe6be88efbdb2e99bab4b |
UHC | 晶?澈??K | 1110111111011100001111111111010011001101001111110011111101001011 | efdc3ff4cd3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)