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 | 嚥〓?議? | 1001101010001011100000011010110000111111100010110110001100111111 | 9a8b81ac3f8b633f |
EUC-JP | 嚥〓Ŧ議? | 11010011111010111010001010101110100011111010100110101111101101011100010000111111 | d3eba2ae8fa9afb5c43f |
UTF-8 | 嚥〓Ŧ議딶 | 1110010110011010101001011110001110000000100100111100010110100110111010001010110110110000111010111001010010110110 | e59aa5e38093c5a6e8adb0eb94b6 |
UHC | 嚥〓Ŧ議딶 | 11100110101111111010000111101011101010001010111011101100101000011000101101010000 | e6bfa1eba8aeeca18b50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)