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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踰邪璽 | 111001101111101010001110110101111000111010100011 | e6fa8ed78ea3 |
EUC-JP | 踰邪璽 | 111011001111110010111100110110011011110010100101 | ecfcbcd9bca5 |
UTF-8 | 踰邪璽 | 111010001011100010110000111010011000001010101010111001111001001010111101 | e8b8b0e982aae792bd |
UHC | 踰邪璽 | 111010111011001011011110111101111101111111011110 | ebb2def7dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)