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 | 蟠瀧、遺 | 11100101101101001001000111101011101001001000100011100010 | e5b491eba488e2 |
EUC-JP | 蟠瀧、遺 | 1110101010110110110000101110110110001110101001001011000011100100 | eab6c2ed8ea4b0e4 |
UTF-8 | 蟠瀧、遺 | 111010001001111110100000111001111000000010100111111011111011110110100100111010011000000110111010 | e89fa0e780a7efbda4e981ba |
UHC | 蟠瀧?遺 | 11011010111101101101011011101001001111111110101110110110 | daf6d6e93febb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)