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 | 貞???雋 | 10010010111001010011111100111111001111111110100010110010 | 92e53f3f3fe8b2 |
EUC-JP | 貞???雋 | 11000100111001110011111100111111001111111111000010110100 | c4e73f3f3ff0b4 |
UTF-8 | 貞쭹렪렪雋 | 111010001011001010011110111011001010110110111001111010111010000010101010111010111010000010101010111010011001101110001011 | e8b29eecadb9eba0aaeba0aae99b8b |
UHC | 貞쭹렪렪雋 | 11101111111101101100001011100111100011101011100010001110101110001111000111100110 | eff6c2e78eb88eb8f1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)