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 | 蓁逸蕎 | 111001001110101110001000111011011000101110111100 | e4eb88ed8bbc |
EUC-JP | 蓁逸蕎 | 111010001110110110110000111011111011011010111110 | e8edb0efb6be |
UTF-8 | 蓁逸蕎 | 111010001001001110000001111010011000000010111000111010001001010110001110 | e89381e980b8e8958e |
UHC | ?逸蕎 | 0011111111101100111011111100111011110000 | 3fecefcef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)