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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テ伉ケツステ」 | 1100001110011000110000101011100111000010101111011100001110100011 | c398c2b9c2bdc3a3 |
EUC-JP | テ伉ケツステ」 | 1000111011000011110100001100010010001110101110011000111011000010100011101011110110001110110000111000111010100011 | 8ec3d0c48eb98ec28ebd8ec38ea3 |
UTF-8 | テ伉ケツステ」 | 111011111011111010000011111001001011110010001001111011111011110110111001111011111011111010000010111011111011110110111101111011111011111010000011111011111011110110100011 | efbe83e4bc89efbdb9efbe82efbdbdefbe83efbda3 |
UHC | ?伉????? | 0011111111111001111100100011111100111111001111110011111100111111 | 3ff9f23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)