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 | ??格議? | 00111111001111111000101001101001100010110110001100111111 | 3f3f8a698b633f |
EUC-JP | 邕杻格議? | 1000111111100001111011011000111111000011101001101011001111001010101101011100010000111111 | 8fe1ed8fc3a6b3cab5c43f |
UTF-8 | 邕杻格議렞 | 111010011000001010010101111001101001110110111011111001101010000010111100111010001010110110110000111010111010000010011110 | e98295e69dbbe6a0bce8adb0eba09e |
UHC | 邕杻格議렞 | 11101000101110111101001011101110110011001010101111101100101000011000111010101111 | e8bbd2eeccabeca18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)