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 | 啼?才?帝 | 1001101001100101001111111000110111001011001111111001001011101001 | 9a653f8dcb3f92e9 |
EUC-JP | 啼?才?帝 | 1101001111000110001111111011101011001101001111111100010011101011 | d3c63fbacd3fc4eb |
UTF-8 | 啼렪才렯帝 | 111001011001010110111100111010111010000010101010111001101000100110001101111010111010000010101111111001011011100010011101 | e595bceba0aae6898deba0afe5b89d |
UHC | 啼렪才렯帝 | 11110000101001101000111010111000111011101010011010001110101111001111000010101000 | f0a68eb8eea68ebcf0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)