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 | ミャケツ^ | 1101000010101100101110011100001001011110 | d0acb9c25e |
EUC-JP | ミャケツ^ | 100011101101000010001110101011001000111010111001100011101100001001011110 | 8ed08eac8eb98ec25e |
UTF-8 | ミャケツ^ | 11101111101111101001000011101111101111011010110011101111101111011011100111101111101111101000001001011110 | efbe90efbdacefbdb9efbe825e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)