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 | 長?? | 10010010101101110011111100111111 | 92b73f3f |
EUC-JP | 長?雯 | 110001001011100100111111100011111110011011111011 | c4b93f8fe6fb |
UTF-8 | 長띌雯 | 111010011001010110110111111010111001110110001100111010011001101110101111 | e995b7eb9d8ce99baf |
UHC | 長띌雯 | 111011011111111010110110111010011101101010100111 | edfeb6e9daa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)