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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 辰棚叩^ | 10010010010000111001001001001001100100100100000001011110 | 9243924992405e |
EUC-JP | 辰棚叩^ | 11000011101001001100001110101010110000111010000101011110 | c3a4c3aac3a15e |
UTF-8 | 辰棚叩^ | 11101000101111101011000011100110101000111001101011100101100011111010100101011110 | e8beb0e6a39ae58fa95e |
UHC | 辰棚叩^ | 11110010111000111101110111011100110011011011000001011110 | f2e3dddccdb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)