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 | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 譌乗錐K | 11100110100101111000111111100110100100001000110101001011 | e6978fe6908d4b |
EUC-JP | 譌乗錐K | 11101011111101111011111011101000101111111110110101001011 | ebf7bee8bfed4b |
UTF-8 | 譌乗錐K | 11101000101011011000110011100100101110011001011111101001100011001001000001001011 | e8ad8ce4b997e98c904b |
UHC | ??錐K | 0011111100111111111101011101111001001011 | 3f3ff5de4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)