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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ユュヘハ昭 | 110101011010110111001101110010101000111110111010 | d5adcdca8fba |
EUC-JP | ユュヘハ昭 | 10001110110101011000111010101101100011101100110110001110110010101011111010111100 | 8ed58ead8ecd8ecabebc |
UTF-8 | ユュヘハ昭 | 111011111011111010010101111011111011110110101101111011111011111010001101111011111011111010001010111001101001100010101101 | efbe95efbdadefbe8defbe8ae698ad |
UHC | ????昭 | 001111110011111100111111001111111110000110111001 | 3f3f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)