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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 粗???? | 100100010110010100111111001111110011111100111111 | 91653f3f3f3f |
EUC-JP | 粗???? | 110000011100011000111111001111110011111100111111 | c1c63f3f3f3f |
UTF-8 | 粗롋렣렊렶 | 111001111011001010010111111010111010000110001011111010111010000010100011111010111010000010001010111010111010000010110110 | e7b297eba18beba0a3eba08aeba0b6 |
UHC | 粗롋렣렊렶 | 11110000110110001000111011010001100011101011010010001110101000011000111011000001 | f0d88ed18eb48ea18ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)