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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 傲ゆ?掖 | 10011000111111001000001011100100001111111001110101110100 | 98fc82e43f9d74 |
EUC-JP | 傲ゆ?掖 | 11010000111111101010010011100110001111111101100111010101 | d0fea4e63fd9d5 |
UTF-8 | 傲ゆ죦掖 | 111001011000001010110010111000111000001010000110111011001010001110100110111001101000111010010110 | e582b2e38286eca3a6e68e96 |
UHC | 傲ゆ죦掖 | 1110011111101100101010101110011010100001100000011110010011111010 | e7ecaae6a181e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)