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 | 逡ッ豕・蟇ァ | 111001111001010110101111111001101011001110100101111001011010111110100111 | e795afe6b3a5e5afa7 |
EUC-JP | 逡ッ豕・蟇ァ | 111011011111010110001110101011111110110010110101100011101010010111101010101100011000111010100111 | edf58eafecb58ea5eab18ea7 |
UTF-8 | 逡ッ豕・蟇ァ | 111010011000000010100001111011111011110110101111111010001011000110010101111011111011110110100101111010001001111110000111111011111011110110100111 | e980a1efbdafe8b195efbda5e89f87efbda7 |
UHC | 逡?豕??? | 1111000111100100001111111110001111001110001111110011111100111111 | f1e43fe3ce3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)