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 | ウシノ゚ | 10110011101111001100100111011111 | b3bcc9df |
EUC-JP | ウシノ゚ | 1000111010110011100011101011110010001110110010011000111011011111 | 8eb38ebc8ec98edf |
UTF-8 | ウシノ゚ | 111011111011110110110011111011111011110110111100111011111011111010001001111011111011111010011111 | efbdb3efbdbcefbe89efbe9f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)