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 | ?獒??? | 00111111100011111100101110111011001111110011111100111111 | 3f8fcbbb3f3f3f |
UTF-8 | 쒀獒렚쒀렣 | 111011001001001010000000111001111000110110010010111010111010000010011010111011001001001010000000111010111010000010100011 | ec9280e78d92eba09aec9280eba0a3 |
UHC | 쒀獒렚쒀렣 | 10111110101011001110100010100011100011101010110110111110101011001000111010110100 | beace8a38eadbeac8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)