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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 唏穩B | 1001101001001000111000100111001001000010 | 9a48e27242 |
EUC-JP | 唏穩B | 1101001110101001111000111101001101000010 | d3a9e3d342 |
UTF-8 | 唏穩B | 11100101100101001000111111100111101010011010100101000010 | e5948fe7a9a942 |
UHC | ?穩B | 00111111111010001011000101000010 | 3fe8b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)