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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 'ヨ鯱 | 1111101001010110110101101110100111001101 | fa56d6e9cd |
EUC-JP | ?ヨ鯱 | 0011111110001110110101101111001011001111 | 3f8ed6f2cf |
UTF-8 | 'ヨ鯱 | 111011111011110010000111111011111011111010010110111010011010111110110001 | efbc87efbe96e9afb1 |
UHC | '?? | 10100011101001110011111100111111 | a3a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)