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 | 襞晁騒 | 111001011111110010011101111010001001000110011011 | e5fc9de8919b |
EUC-JP | 襞晁騒 | 111010101111111011011010111010101100000111111011 | eafedaeac1fb |
UTF-8 | 襞晁騒 | 111010001010010110011110111001101001100110000001111010011010100010010010 | e8a59ee69981e9a892 |
UHC | ?晁? | 00111111111100001100010100111111 | 3ff0c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)