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 | 檍??議? | 10011110111110000011111100111111100010110110001100111111 | 9ef83f3f8b633f |
EUC-JP | 檍??議? | 11011100111110100011111100111111101101011100010000111111 | dcfa3f3fb5c43f |
UTF-8 | 檍우쥓議딟 | 111001101010101010001101111011001001101010110000111011001010010110010011111010001010110110110000111010111001010010011111 | e6aa8dec9ab0eca593e8adb0eb949f |
UHC | 檍우쥓議딟 | 11100101111001011011111111101100101000101000101011101100101000011000101101000010 | e5e5bfeca28aeca18b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)