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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テ慊ステ慊スB | 110000111001110011000010101111011100001110011100110000101011110101000010 | c39cc2bdc39cc2bd42 |
EUC-JP | テ慊ステ慊スB | 10001110110000111101100011000100100011101011110110001110110000111101100011000100100011101011110101000010 | 8ec3d8c48ebd8ec3d8c48ebd42 |
UTF-8 | テ慊ステ慊スB | 11101111101111101000001111100110100001011000101011101111101111011011110111101111101111101000001111100110100001011000101011101111101111011011110101000010 | efbe83e6858aefbdbdefbe83e6858aefbdbd42 |
UHC | ?慊??慊?B | 001111111100110011000011001111110011111111001100110000110011111101000010 | 3fccc33f3fccc33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)