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 | ??rB | 00111111001111110111001001000010 | 3f3f7242 |
SJIS-WIN | 鴫縞rB | 100011101011000010001110110010000111001001000010 | 8eb08ec87242 |
EUC-JP | 鴫縞rB | 101111001011001010111100110010100111001001000010 | bcb2bcca7242 |
UTF-8 | 鴫縞rB | 1110100110110100101010111110011110111000100111100111001001000010 | e9b4abe7b89e7242 |
UHC | ?縞rB | 0011111111111011110101100111001001000010 | 3ffbd67242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)