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 | 域??意? | 10001000111001100011111100111111100010001101001100111111 | 88e63f3f88d33f |
EUC-JP | 域??意? | 10110000111010000011111100111111101100001101010100111111 | b0e83f3fb0d53f |
UTF-8 | 域㏃눖意찦 | 111001011001111110011111111000111000111110000011111010111000100010010110111001101000010010001111111011001011000010100110 | e59f9fe38f83eb8896e6848fecb0a6 |
UHC | 域㏃눖意찦 | 11100110101101001010011111101100100001111011000011101011111100101010101001000010 | e6b4a7ec87b0ebf2aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)