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 | ?兆??? | 001111111001001010011011001111110011111100111111 | 3f929b3f3f3f |
EUC-JP | ?兆??? | 001111111100001111111011001111110011111100111111 | 3fc3fb3f3f3f |
UTF-8 | 뤗兆퀛헴설 | 111010111010010010010111111001011000010110000110111011011000000010011011111011011001011110110100111011001000010010100100 | eba497e58586ed809bed97b4ec84a4 |
UHC | 뤗兆퀛헴설 | 10001111110001111111000010111100101100111000111111000111111100001011110010110011 | 8fc7f0bcb38fc7f0bcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)