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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驍オ蝟懶スコ | 111010011000001010110101111001011001011010011100111011111011110110111010 | e982b5e5969cefbdba |
EUC-JP | 驍オ蝟懶スコ | 111100011110001010001110101101011110100111110110110110001111000110001110101111011000111010111010 | f1e28eb5e9f6d8f18ebd8eba |
UTF-8 | 驍オ蝟懶スコ | 111010011010100110001101111011111011110110110101111010001001110110011111111001101000011110110110111011111011110110111101111011111011110110111010 | e9a98defbdb5e89d9fe687b6efbdbdefbdba |
UHC | 驍?蝟懶?? | 111111011010010000111111111010101101101011010100111110110011111100111111 | fda43feadad4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)