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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 耒ャシ耒ャシ^ | 111000111100111010101100101111001110001111001110101011001011110001011110 | e3ceacbce3ceacbc5e |
EUC-JP | 耒ャシ耒ャシ^ | 11100110110100001000111010101100100011101011110011100110110100001000111010101100100011101011110001011110 | e6d08eac8ebce6d08eac8ebc5e |
UTF-8 | 耒ャシ耒ャシ^ | 11101000100000001001001011101111101111011010110011101111101111011011110011101000100000001001001011101111101111011010110011101111101111011011110001011110 | e88092efbdacefbdbce88092efbdacefbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)