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 | 阡皮魚 | 111010001001010010010100111001111000101110011011 | e89494e78b9b |
EUC-JP | 阡皮魚 | 111011111111010011001000111010011011010111111011 | eff4c8e9b5fb |
UTF-8 | 阡皮魚 | 111010011001100010100001111001111001101010101110111010011010110110011010 | e998a1e79aaee9ad9a |
UHC | 阡皮魚 | 111101001100011011111001101010111110010111100000 | f4c6f9abe5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)