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 | 銹わ蕎 | 111001111111011010000010111011011000101110111100 | e7f682ed8bbc |
EUC-JP | 銹わ蕎 | 111011101111100010100100111011111011011010111110 | eef8a4efb6be |
UTF-8 | 銹わ蕎 | 111010011000101010111001111000111000001010001111111010001001010110001110 | e98ab9e3828fe8958e |
UHC | 銹わ蕎 | 111000101100100010101010111011111100111011110000 | e2c8aaefcef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)