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 | 訝??歪ゆ? | 111001100110001000111111001111111001100001100011100000101110010000111111 | e6623f3f986382e43f |
EUC-JP | 訝??歪ゆ? | 111010111100001100111111001111111100111111000100101001001110011000111111 | ebc33f3fcfc4a4e63f |
UTF-8 | 訝덌푵歪ゆ뜥 | 111010001010100010011101111010111000110110001100111011011001000110110101111001101010110110101010111000111000001010000110111010111001110010100101 | e8a89deb8d8ced91b5e6adaae38286eb9ca5 |
UHC | 訝덌푵歪ゆ뜥 | 111001001011100010001000111011111011111010000011111010001110000010101010111001101000110110101000 | e4b888efbe83e8e0aae68da8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)