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 | 狆珀琿 | 111000001011110011100000110111111110000011101011 | e0bce0dfe0eb |
EUC-JP | 狆珀琿 | 111000001011111011100000111000011110000011101101 | e0bee0e1e0ed |
UTF-8 | 狆珀琿 | 111001111000101110000110111001111000111110000000111001111001000010111111 | e78b86e78f80e790bf |
UHC | ?珀琿 | 0011111111011010110101101111101111101010 | 3fdad6fbea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)