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 | 造洩諸 | 100100011010001010001001011010111000111110010100 | 91a2896b8f94 |
EUC-JP | 造洩諸 | 110000101010010010110001110011001011110111110100 | c2a4b1ccbdf4 |
UTF-8 | 造洩諸 | 111010011000000010100000111001101011010010101001111010001010101110111000 | e980a0e6b4a9e8abb8 |
UHC | 造洩諸 | 111100001110001111100000110111011111000010110011 | f0e3e0ddf0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)