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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 玻邵}B | 111000001101111011100111101110000111110101000010 | e0dee7b87d42 |
EUC-JP | 玻邵}B | 111000001110000011101110101110100111110101000010 | e0e0eeba7d42 |
UTF-8 | 玻邵}B | 1110011110001110101110111110100110000010101101010111110101000010 | e78ebbe982b57d42 |
UHC | ?邵}B | 0011111111100001110100000111110101000010 | 3fe1d07d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)