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 | ??儲斷 | 001111110011111110010110110101111001110111010000 | 3f3f96d79dd0 |
EUC-JP | 湞?儲斷 | 1000111111000111111111100011111111001100110110011101101011010010 | 8fc7fe3fccd9dad2 |
UTF-8 | 湞렍儲斷 | 111001101011100110011110111010111010000010001101111001011000010010110010111001101001011010110111 | e6b99eeba08de584b2e696b7 |
UHC | 湞렍儲斷 | 1110111111100110100011101010001111101110101110011101001110101000 | efe68ea3eeb9d3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)