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 | 躁?∈ | 1110011101001110001111111000000110111000 | e74e3f81b8 |
EUC-JP | 躁?∈ | 1110110110101111001111111010001010111010 | edaf3fa2ba |
UTF-8 | 躁ㅻ∈ | 111010001011101010000001111000111000010110111011111000101000100010001000 | e8ba81e385bbe28888 |
UHC | 躁ㅻ∈ | 111100001110001010100100111010111010000111110100 | f0e2a4eba1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)