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 | 張?才?載 | 1001001010100011001111111000110111001011001111111000110111011010 | 92a33f8dcb3f8dda |
EUC-JP | 張?才?載 | 1100010010100101001111111011101011001101001111111011101011011100 | c4a53fbacd3fbadc |
UTF-8 | 張렜才렱載 | 111001011011110010110101111010111010000010011100111001101000100110001101111010111010000010110001111010001011110010001001 | e5bcb5eba09ce6898deba0b1e8bc89 |
UHC | 張렜才렱載 | 11101101111001011000111010101110111011101010011010001110101111101110111010110000 | ede58eaeeea68ebeeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)