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 | 所衲茗 | 100011111000101011100101110100111110010010101010 | 8f8ae5d3e4aa |
EUC-JP | 所衲茗 | 101111011110101011101010110101011110100010101100 | bdeaead5e8ac |
UTF-8 | 所衲茗 | 111001101000100110000000111010001010000110110010111010001000110010010111 | e68980e8a1b2e88c97 |
UHC | 所衲茗 | 111000011011011011010010101001001101100110101011 | e1b6d2a4d9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)