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 | ?????LF | 00111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f4c46 |
SJIS-WIN | 蟾ス譚滓拷LF | 1110010110110111101111011110011010011101100111111110011010001101100010010100110001000110 | e5b7bde69d9fe68d894c46 |
EUC-JP | 蟾ス譚滓拷LF | 111010101011100110001110101111011110101111111101110111101110100010111001111010010100110001000110 | eab98ebdebfddee8b9e94c46 |
UTF-8 | 蟾ス譚滓拷LF | 1110100010011111101111101110111110111101101111011110100010101101100110101110011010111011100100111110011010001011101101110100110001000110 | e89fbeefbdbde8ad9ae6bb93e68bb74c46 |
UHC | 蟾?譚滓拷LF | 1110000011101010001111111101001111001001111011101010101111001101101110000100110001000110 | e0ea3fd3c9eeabcdb84c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)