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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セャ者セャ螯 | 1011111010101100100011101101001010111110101011001110010110100110 | beac8ed2beace5a6 |
EUC-JP | セャ者セャ螯 | 100011101011111010001110101011001011110011010100100011101011111010001110101011001110101010101000 | 8ebe8eacbcd48ebe8eaceaa8 |
UTF-8 | セャ者セャ螯 | 111011111011110110111110111011111011110110101100111010001000000010000101111011111011110110111110111011111011110110101100111010001001111010101111 | efbdbeefbdace88085efbdbeefbdace89eaf |
UHC | ??者??? | 00111111001111111110110110111010001111110011111100111111 | 3f3fedba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)