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 | 琮?迂?異 | 1111101101101010001111111000100101001001001111111000100011011001 | fb6a3f89493f88d9 |
EUC-JP | 琮?迂?異 | 100011111100110010110010001111111011000110101010001111111011000011011011 | 8fccb23fb1aa3fb0db |
UTF-8 | 琮렡迂렧異 | 111001111001000010101110111010111010000010100001111010001011111110000010111010111010000010100111111001111001010110110000 | e790aeeba0a1e8bf82eba0a7e795b0 |
UHC | 琮렡迂렧異 | 11110000111110011000111010110010111010011110011010001110101101101110110010110110 | f0f98eb2e9e68eb6ecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)