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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ゥゥB | 1010100111111000101010011111011101101110101010011111100010101001111101110110111001000010 | a9f8a9f76ea9f8a9f76e42 |
EUC-JP | ゥ??ゥ??B | 100011101010100100111111001111111000111010101001001111110011111101000010 | 8ea93f3f8ea93f3f42 |
UTF-8 | ゥゥB | 11101111101111011010100111101110100110011000100011101110100101011001001011101111101111011010100111101110100110011000100011101110100101011001001001000010 | efbda9ee9988ee9592efbda9ee9988ee959242 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)