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 | 111000001011101111100010111010100110111001000010 | e0bbe2ea6e42 |
EUC-JP | 狃粲nB | 111000001011110111100100111011000110111001000010 | e0bde4ec6e42 |
UTF-8 | 狃粲nB | 1110011110001011100000111110011110110010101100100110111001000010 | e78b83e7b2b26e42 |
UHC | ?粲nB | 0011111111110011110001000110111001000010 | 3ff3c46e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)