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 | 要ゆ?訝? | 1001011101110110100000101110010000111111111001100110001000111111 | 977682e43fe6623f |
EUC-JP | 要ゆ?訝? | 1100110111010111101001001110011000111111111010111100001100111111 | cdd7a4e63febc33f |
UTF-8 | 要ゆ뜿訝턆 | 111010001010011010000001111000111000001010000110111010111001110010111111111010001010100010011101111011011000010010000110 | e8a681e38286eb9cbfe8a89ded8486 |
UHC | 要ゆ뜿訝턆 | 11101001101010011010101011100110100011011011101011100100101110001011011001000010 | e9a9aae68dbae4b8b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)