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 | 1110100111100001111000100111001001000010 | e9e1e27242 |
EUC-JP | 鱆穩B | 1111001011100011111000111101001101000010 | f2e3e3d342 |
UTF-8 | 鱆穩B | 11101001101100011000011011100111101010011010100101000010 | e9b186e7a9a942 |
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)