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 | èÂð¸ | 11101000110000101111000010111000 | e8c2f0b8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | èÂð¸ | 100011111010101110110010100011111010101010100100100011111010100111000011100011111010001010110001 | 8fabb28faaa48fa9c38fa2b1 |
UTF-8 | èÂð¸ | 1100001110101000110000111000001011000011101100001100001010111000 | c3a8c382c3b0c2b8 |
UHC | ??ð¸ | 001111110011111110101001101000111010001010101100 | 3f3fa9a3a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)