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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ催青環 | 11000010100011011100001110010000110000101000101011000010 | c28dc390c28ac2 |
EUC-JP | ツ催青環 | 1000111011000010101110101100010111000000110001001011010011000100 | 8ec2bac5c0c4b4c4 |
UTF-8 | ツ催青環 | 111011111011111010000010111001011000001010101100111010011001110110010010111001111001001010110000 | efbe82e582ace99d92e792b0 |
UHC | ?催?環 | 001111111111010111001010001111111111110010111011 | 3ff5ca3ffcbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)