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 | 貞???媛 | 10010010111001010011111100111111001111111001010101010001 | 92e53f3f3f9551 |
EUC-JP | 貞???媛 | 11000100111001110011111100111111001111111100100110110010 | c4e73f3f3fc9b2 |
UTF-8 | 貞쭹렪렪媛 | 111010001011001010011110111011001010110110111001111010111010000010101010111010111010000010101010111001011010101010011011 | e8b29eecadb9eba0aaeba0aae5aa9b |
UHC | 貞쭹렪렪媛 | 11101111111101101100001011100111100011101011100010001110101110001110101010110000 | eff6c2e78eb88eb8eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)