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 | 逑剰教邉耽 | 11100111100100111000111111101000100010111011001111100111101100111001001001011110 | e7938fe88bb3e7b3925e |
EUC-JP | 逑剰教邉耽 | 11101101111100111011111011101010101101101011010111101110101101011100001110111111 | edf3beeab6b5eeb5c3bf |
UTF-8 | 逑剰教邉耽 | 111010011000000010010001111001011000100110110000111001101001010110011001111010011000001010001001111010001000000010111101 | e98091e589b0e69599e98289e880bd |
UHC | 逑???耽 | 11001111110001110011111100111111001111111111011110110000 | cfc73f3f3ff7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)