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 | ????げ | 001111110011111100111111001111111000001010110000 | 3f3f3f3f82b0 |
EUC-JP | ????げ | 001111110011111100111111001111111010010010110010 | 3f3f3f3fa4b2 |
UTF-8 | 룶괄룫횕げ | 111010111010001110110110111010101011010010000100111010111010001110101011111011011001101010010101111000111000000110010010 | eba3b6eab484eba3abed9a95e38192 |
UHC | 룶괄룫횕げ | 10001111101010111011000011111101100011111010001011000011100011111010101010110010 | 8fabb0fd8fa2c38faab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)