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 | 譽壽據鈑楢 | 11100110101000111001101011100110100111011001111111100111111001011001001111101000 | e6a39ae69d9fe7e593e8 |
EUC-JP | 譽壽據鈑楢 | 11101100101001011101010011101000110110101010000111101110111001111100011011101010 | eca5d4e8daa1eee7c6ea |
UTF-8 | 譽壽據鈑楢 | 111010001010110110111101111001011010001110111101111001101001001110011010111010011000100010010001111001101010010110100010 | e8adbde5a3bde6939ae98891e6a5a2 |
UHC | 譽壽據鈑楢 | 11100111111000101110000111111000110010111110000011110111111111101110101011111001 | e7e2e1f8cbe0f7feeaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)