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 | 中豆??議? | 100100101000011010010011101001000011111100111111100010110110001100111111 | 928693a43f3f8b633f |
EUC-JP | 中豆??議? | 110000111110011011000110101001100011111100111111101101011100010000111111 | c3e6c6a63f3fb5c43f |
UTF-8 | 中豆렗렋議렮 | 111001001011100010101101111010001011000110000110111010111010000010010111111010111010000010001011111010001010110110110000111010111010000010101110 | e4b8ade8b186eba097eba08be8adb0eba0ae |
UHC | 中豆렗렋議렮 | 111100011110100111010100111001111000111010101100100011101010001011101100101000011000111010111011 | f1e9d4e78eac8ea2eca18ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)