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 | 牀瀟牋 | 111000001010110011100000011011101110000010101110 | e0ace06ee0ae |
EUC-JP | 牀瀟牋 | 111000001010111011011111110011111110000010110000 | e0aedfcfe0b0 |
UTF-8 | 牀瀟牋 | 111001111000100110000000111001111000000010011111111001111000100110001011 | e78980e7809fe7898b |
UHC | 牀瀟? | 1101111111010001111000011011111000111111 | dfd1e1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)