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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遶ェ譚溯ウ頑 | 11100111101010111010101011100110100111011001111111101000101100111000101011100110 | e7abaae69d9fe8b38ae6 |
EUC-JP | 遶ェ譚溯ウ頑 | 111011101010110110001110101010101110101111111101110111101110101010001110101100111011010011101000 | eead8eaaebfddeea8eb3b4e8 |
UTF-8 | 遶ェ譚溯ウ頑 | 111010011000000110110110111011111011110110101010111010001010110110011010111001101011101010101111111011111011110110110011111010011010000010010001 | e981b6efbdaae8ad9ae6baafefbdb3e9a091 |
UHC | ??譚溯?頑 | 001111110011111111010011110010011110000110111101001111111110100011010111 | 3f3fd3c9e1bd3fe8d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)