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 | 關難セ暦スケ | 111010001001000010010011111011111011111010010111111011111011110110111001 | e89093efbe97efbdb9 |
EUC-JP | 關難セ暦スケ | 111011111111000011000110111100011000111010111110110011101111000110001110101111011000111010111001 | eff0c6f18ebecef18ebd8eb9 |
UTF-8 | 關難セ暦スケ | 111010011001011110011100111010011001101110100011111011111011110110111110111001101001101010100110111011111011110110111101111011111011110110111001 | e9979ce99ba3efbdbee69aa6efbdbdefbdb9 |
UHC | 關難???? | 1100111010111100110100011111000100111111001111110011111100111111 | cebcd1f13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)