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 | 100100011010111110010010010111001001001001001011 | 91af925c924b |
SJIS-WIN | ???\?K | 001111110011111100111111010111000011111101001011 | 3f3f3f5c3f4b |
EUC-JP | ?¯?\?K | 0011111110001111101000101011010000111111010111000011111101001011 | 3f8fa2b43f5c3f4b |
UTF-8 | ¯\K | 11000010100100011100001010101111110000101001001001011100110000101001001001001011 | c291c2afc2925cc2924b |
UHC | ???\?K | 001111110011111100111111010111000011111101001011 | 3f3f3f5c3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)