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 | ??nB | 00111111001111110110111001000010 | 3f3f6e42 |
SJIS-WIN | 暑幸nB | 100011111000101110001101010010110110111001000010 | 8f8b8d4b6e42 |
EUC-JP | 暑幸nB | 101111011110101110111001101011000110111001000010 | bdebb9ac6e42 |
UTF-8 | 暑幸nB | 1110011010011010100100011110010110111001101110000110111001000010 | e69a91e5b9b86e42 |
UHC | 暑幸nB | 110111111111010011111010101110010110111001000010 | dff4fab96e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)