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 | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 隴壽コキ謠エK | 11101000101011011001101011100110101110101011011111100110100011111011010001001011 | e8ad9ae6bab7e68fb44b |
EUC-JP | 隴壽コキ謠エK | 11110000101011111101010011101000100011101011101010001110101101111110101111101111100011101011010001001011 | f0afd4e88eba8eb7ebef8eb44b |
UTF-8 | 隴壽コキ謠エK | 11101001100110101011010011100101101000111011110111101111101111011011101011101111101111011011011111101000101011001010000011101111101111011011010001001011 | e99ab4e5a3bdefbdbaefbdb7e8aca0efbdb44b |
UHC | ?壽??謠?K | 001111111110000111111000001111110011111111101001101010100011111101001011 | 3fe1f83f3fe9aa3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)