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 | 長?暖 | 1001001010110111001111111001001001100111 | 92b73f9267 |
EUC-JP | 長?暖 | 1100010010111001001111111100001111001000 | c4b93fc3c8 |
UTF-8 | 長숀暖 | 111010011001010110110111111011001000100010000000111001101001101010010110 | e995b7ec8880e69a96 |
UHC | 長숀暖 | 111011011111111010111100111100001101000111101100 | edfebcf0d1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)