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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鼎???地? | 1001001101000011001111110011111100111111100100100110111000111111 | 93433f3f3f926e3f |
EUC-JP | 鼎???地? | 1100010110100100001111110011111100111111110000111100111100111111 | c5a43f3f3fc3cf3f |
UTF-8 | 鼎쾡렪렍地렟 | 111010011011110010001110111011001011111010100001111010111010000010101010111010111010000010001101111001011001110010110000111010111010000010011111 | e9bc8eecbea1eba0aaeba08de59cb0eba09f |
UHC | 鼎쾡렪렍地렟 | 111100001010001111000100111010011000111010111000100011101010001111110010101000101000111010110000 | f0a3c4e98eb88ea3f2a28eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)