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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ン洄ヘ | 111101001100011111011101111110101111101011001101 | f4c7ddfafacd |
EUC-JP | ?ン洄ヘ | 0011111110001110110111011000111111000111101010111000111011001101 | 3f8edd8fc7ab8ecd |
UTF-8 | ン洄ヘ | 111011101000110110110110111011111011111010011101111001101011010010000100111011111011111010001101 | ee8db6efbe9de6b484efbe8d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)