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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯懈コェ譚 | 1110100110011001100111001110011010111010101010101110011010011101 | e9999ce6baaae69d |
EUC-JP | 髯懈コェ譚 | 11110001111110011101100011101000100011101011101010001110101010101110101111111101 | f1f9d8e88eba8eaaebfd |
UTF-8 | 髯懈コェ譚 | 111010011010101110101111111001101000011110001000111011111011110110111010111011111011110110101010111010001010110110011010 | e9abafe68788efbdbaefbdaae8ad9a |
UHC | ?懈??譚 | 00111111111110101010101100111111001111111101001111001001 | 3ffaab3f3fd3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)