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 | セ゚車シッ丈 | 1011111011011111100011101101010010111100101011111000111111100100 | bedf8ed4bcaf8fe4 |
EUC-JP | セ゚車シッ丈 | 100011101011111010001110110111111011110011010110100011101011110010001110101011111011111011100110 | 8ebe8edfbcd68ebc8eafbee6 |
UTF-8 | セ゚車シッ丈 | 111011111011110110111110111011111011111010011111111010001011101110001010111011111011110110111100111011111011110110101111111001001011100010001000 | efbdbeefbe9fe8bb8aefbdbcefbdafe4b888 |
UHC | ??車??丈 | 0011111100111111111100111011001100111111001111111110110111011011 | 3f3ff3b33f3feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)