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 | イァ称ッ貉 | 10110010101001111000111111001100101011111110011010111001 | b2a78fccafe6b9 |
EUC-JP | イァ称ッ貉 | 10001110101100101000111010100111101111101100111010001110101011111110110010111011 | 8eb28ea7bece8eafecbb |
UTF-8 | イァ称ッ貉 | 111011111011110110110010111011111011110110100111111001111010011110110000111011111011110110101111111010001011001010001001 | efbdb2efbda7e7a7b0efbdafe8b289 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)