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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 循恂o | 1000111101111010100111001001011001101111 | 8f7a9c966f |
EUC-JP | 循恂o | 1011110111011011110101111111011001101111 | bddbd7f66f |
UTF-8 | 循恂o | 11100101101111101010101011100110100000011000001001101111 | e5beaae681826f |
UHC | 循恂o | 1110001011100000111000101110000101101111 | e2e0e2e16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)