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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 蛾??TB | 100010011110100100111111001111110101010001000010 | 89e93f3f5442 |
EUC-JP | 蛾??TB | 101100101110101100111111001111110101010001000010 | b2eb3f3f5442 |
UTF-8 | 蛾땹뢊TB | 1110100010011011101111101110101110010101101110011110101110100010100010100101010001000010 | e89bbeeb95b9eba28a5442 |
UHC | 蛾땹뢊TB | 1110010010110110100010111000111110001111010001100101010001000010 | e4b68b8f8f465442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)