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 | 繒?迂?異 | 1111101110001111001111111000100101001001001111111000100011011001 | fb8f3f89493f88d9 |
EUC-JP | 繒?迂?異 | 100011111101010011010100001111111011000110101010001111111011000011011011 | 8fd4d43fb1aa3fb0db |
UTF-8 | 繒렡迂렧異 | 111001111011100110010010111010111010000010100001111010001011111110000010111010111010000010100111111001111001010110110000 | e7b992eba0a1e8bf82eba0a7e795b0 |
UHC | 繒렡迂렧異 | 11110001111110011000111010110010111010011110011010001110101101101110110010110110 | f1f98eb2e9e68eb6ecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)