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 | ヨ耄「 | 11110010111100001101011011100011110011001010001011110010111100001111011011000000 | f2f0d6e3cca2f2f0f6c0 |
EUC-JP | ?ヨ耄「?? | 001111111000111011010110111001101100111010001110101000100011111100111111 | 3f8ed6e6ce8ea23f3f |
UTF-8 | ヨ耄「 | 111011101000100010100111111011111011111010010110111010001000000010000100111011111011110110100010111011101000100010100111111011101001001110100111 | ee88a7efbe96e88084efbda2ee88a7ee93a7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)