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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 辱??釗?B | 1001000001001010001111110011111111111011101110110011111101000010 | 904a3f3ffbbb3f42 |
EUC-JP | 辱??釗?B | 101111111010101100111111001111111000111111100011101001100011111101000010 | bfab3f3f8fe3a63f42 |
UTF-8 | 辱됰봼釗쮂B | 11101000101111101011000111101011100100001011000011101011101101001011110011101001100001111001011111101100101011101000001001000010 | e8beb1eb90b0ebb4bce98797ecae8242 |
UHC | 辱됰봼釗쮂B | 1110100110110100100010011110101110010100100000111110000111110010101010000101010001000010 | e9b489eb9483e1f2a85442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)