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 | 螂ェ譚題∮ | 111001011010010110101010111001101001110110010001111010001000011110010011 | e5a5aae69d91e88793 |
EUC-JP | 螂ェ譚題? | 111010101010011110001110101010101110101111111101110000101110101000111111 | eaa78eaaebfdc2ea3f |
UTF-8 | 螂ェ譚題∮ | 111010001001111010000010111011111011110110101010111010001010110110011010111010011010000110001100111000101000100010101110 | e89e82efbdaae8ad9ae9a18ce288ae |
UHC | 螂?譚題∮ | 110101011100110000111111110100111100100111110000101110011010001010110001 | d5cc3fd3c9f0b9a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)