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 | 称マ泚フケ | 111100011110011010001111110011001100111111111010111110011100110010111001 | f1e68fcccffaf9ccb9 |
EUC-JP | ?称マ泚フケ | 001111111011111011001110100011101100111110001111110001111010000110001110110011001000111010111001 | 3fbece8ecf8fc7a18ecc8eb9 |
UTF-8 | 称マ泚フケ | 111011101000010110100001111001111010011110110000111011111011111010001111111001101011001110011010111011111011111010001100111011111011110110111001 | ee85a1e7a7b0efbe8fe6b39aefbe8cefbdb9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)