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 | 咀?粧?奬 | 1001100111110000001111111000111111001111001111111001101011111011 | 99f03f8fcf3f9afb |
EUC-JP | 咀?粧?奬 | 1101001011110010001111111011111011010001001111111101010011111101 | d2f23fbed13fd4fd |
UTF-8 | 咀렍粧렰奬 | 111001011001001010000000111010111010000010001101111001111011001010100111111010111010000010110000111001011010010110101100 | e59280eba08de7b2a7eba0b0e5a5ac |
UHC | 咀렍粧렰奬 | 11101110101110101000111010100011111011011111001010001110101111011110110111100001 | eeba8ea3edf28ebdede1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)