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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 湞???? | 10001111110001111111111000111111001111110011111100111111 | 8fc7fe3f3f3f3f |
UTF-8 | 湞렦롋븀렩 | 111001101011100110011110111010111010000010100110111010111010000110001011111010111011100010000000111010111010000010101001 | e6b99eeba0a6eba18bebb880eba0a9 |
UHC | 湞렦롋븀렩 | 11101111111001101000111010110101100011101101000110111010111001111000111010110111 | efe68eb58ed1bae78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)