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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ク烋ク炮^ | 10111000111000000111110110111000111000000111101101011110 | b8e07db8e07b5e |
EUC-JP | ク烋ク炮^ | 100011101011100011011111110111101000111010111000110111111101110001011110 | 8eb8dfde8eb8dfdc5e |
UTF-8 | ク烋ク炮^ | 11101111101111011011100011100111100000111000101111101111101111011011100011100111100000101010111001011110 | efbdb8e7838befbdb8e782ae5e |
UHC | ?烋??^ | 001111111111110111001110001111110011111101011110 | 3ffdce3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)