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 | 跏舌Ρ | 111001101110011010010000111000111000001110101111 | e6e690e383af |
EUC-JP | 跏舌Ρ | 111011001110100011000000111001011010011010110001 | ece8c0e5a6b1 |
UTF-8 | 跏舌Ρ | 1110100010110111100011111110100010001000100011001100111010100001 | e8b78fe8888ccea1 |
UHC | 跏舌Ρ | 110010101011101011100000110111111010010111010001 | cabae0dfa5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)