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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顋主沺 | 111010001111100110001110111001011001111110011111 | e8f98ee59f9f |
EUC-JP | 顋主沺 | 111100001111101110111100111001111101111010100001 | f0fbbce7dea1 |
UTF-8 | 顋主沺 | 111010011010000110001011111001001011100010111011111001101011001010111010 | e9a18be4b8bbe6b2ba |
UHC | ?主? | 00111111111100011010101100111111 | 3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)