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 | 語??議? | 10001100111010100011111100111111100010110110001100111111 | 8cea3f3f8b633f |
EUC-JP | 語??議? | 10111000111011000011111100111111101101011100010000111111 | b8ec3f3fb5c43f |
UTF-8 | 語뤴뫖議롳 | 111010001010101010011110111010111010010010110100111010111010101110010110111010001010110110110000111010111010000110110011 | e8aa9eeba4b4ebab96e8adb0eba1b3 |
UHC | 語뤴뫖議롳 | 11100101110111101000111111100010100100011011100011101100101000011000111011101111 | e5de8fe291b8eca18eef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)