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 | ?ヤ?倭 | 001111111000001110000100001111111001100001100000 | 3f83843f9860 |
EUC-JP | ?ヤ?倭 | 001111111010010111100100001111111100111111000001 | 3fa5e43fcfc1 |
UTF-8 | 溜ヤ퓥倭 | 111011111010011110001011111000111000001110100100111011011001001110100101111001011000000010101101 | efa78be383a4ed93a5e580ad |
UHC | 溜ヤ퓥倭 | 1110101011111110101010111110010010111111100011101110100011011110 | eafeabe4bf8ee8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)