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 | Ḡ| 1100001110100001110000101011100011000010 | c3a1c2b8c2 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | Ḡ| 100011111010101010101010100011111010001011000010100011111010101010100100100011111010001010110001100011111010101010100100 | 8faaaa8fa2c28faaa48fa2b18faaa4 |
UTF-8 | Ḡ| 11000011100000111100001010100001110000111000001011000010101110001100001110000010 | c383c2a1c382c2b8c382 |
UHC | ?¡?¸? | 00111111101000101010111000111111101000101010110000111111 | 3fa2ae3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)