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 | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
SJIS-WIN | 葢Sシユ | 1110010011100010010100111011110011010101 | e4e253bcd5 |
EUC-JP | 葢Sシユ | 11101000111001000101001110001110101111001000111011010101 | e8e4538ebc8ed5 |
UTF-8 | 葢Sシユ | 11101000100100011010001001010011111011111011110110111100111011111011111010010101 | e891a253efbdbcefbe95 |
UHC | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)