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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セャ社梢 | 101111101010110010001110110100001000111110111101 | beac8ed08fbd |
EUC-JP | セャ社梢 | 1000111010111110100011101010110010111100110100101011111010111111 | 8ebe8eacbcd2bebf |
UTF-8 | セャ社梢 | 111011111011110110111110111011111011110110101100111001111010010010111110111001101010001010100010 | efbdbeefbdace7a4bee6a2a2 |
UHC | ??社梢 | 001111110011111111011110111001001111010011111110 | 3f3fdee4f4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)