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 | セノ勺シェ | 1011111011001001100011101101100110111100101010101111000010111100 | bec98ed9bcaaf0bc |
EUC-JP | セノ勺シェ? | 1000111010111110100011101100100110111100110110111000111010111100100011101010101000111111 | 8ebe8ec9bcdb8ebc8eaa3f |
UTF-8 | セノ勺シェ | 111011111011110110111110111011111011111010001001111001011000101110111010111011111011110110111100111011111011110110101010111011101000000110111011 | efbdbeefbe89e58bbaefbdbcefbdaaee81bb |
UHC | ??勺??? | 00111111001111111110110111000011001111110011111100111111 | 3f3fedc33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)