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 | 讒贋シ牙ァェ | 111001101010011110001010111001001011110010001001111001011010011110101010 | e6a78ae4bc89e5a7aa |
EUC-JP | 讒贋シ牙ァェ | 111011001010100110110100111001101000111010111100101100101110011110001110101001111000111010101010 | eca9b4e68ebcb2e78ea78eaa |
UTF-8 | 讒贋シ牙ァェ | 111010001010111010010010111010001011010010001011111011111011110110111100111001111000100110011001111011111011110110100111111011111011110110101010 | e8ae92e8b48befbdbce78999efbda7efbdaa |
UHC | 讒??牙?? | 1111001111011000001111110011111111100100101100110011111100111111 | f3d83f3fe4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)