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 | 種忌? | 1000111011101101100010101111010100111111 | 8eed8af53f |
EUC-JP | 種忌? | 1011110011101111101101001111011100111111 | bcefb4f73f |
UTF-8 | 種忌윙 | 111001111010100010101110111001011011111110001100111011001001110010011001 | e7a8aee5bf8cec9c99 |
UHC | 種忌윙 | 111100001111101011010000111110111100000010101110 | f0fad0fbc0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)