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 | 1110000010110010111000001011111001000010 | e0b2e0be42 |
EUC-JP | 犂狎B | 1110000010110100111000001100000001000010 | e0b4e0c042 |
UTF-8 | 犂狎B | 11100111100010101000001011100111100010111000111001000010 | e78a82e78b8e42 |
UHC | ?狎B | 00111111111001001110010001000010 | 3fe4e442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)