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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟾占サク邏 | 1110010110110111100100001110100010111011101110001110011110110100 | e5b790e8bbb8e7b4 |
EUC-JP | 蟾占サク邏 | 11101010101110011100000011101010100011101011101110001110101110001110111010110110 | eab9c0ea8ebb8eb8eeb6 |
UTF-8 | 蟾占サク邏 | 111010001001111110111110111001011000110110100000111011111011110110111011111011111011110110111000111010011000001010001111 | e89fbee58da0efbdbbefbdb8e9828f |
UHC | 蟾占??邏 | 1110000011101010111011111011111100111111001111111101010110100100 | e0eaefbf3f3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)