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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヨ柀。 | 111100001110100111010110111110101110010010100001 | f0e9d6fae4a1 |
EUC-JP | ?ヨ柀。 | 0011111110001110110101101000111111000011101110011000111010100001 | 3f8ed68fc3b98ea1 |
UTF-8 | ヨ柀。 | 111011101000001010101000111011111011111010010110111001101001111110000000111011111011110110100001 | ee82a8efbe96e69f80efbda1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)