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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畑??依?? | 1001010010101000001111110011111110001000110010110011111100111111 | 94a83f3f88cb3f3f |
EUC-JP | 畑??依?? | 1100100010101010001111110011111110110000110011010011111100111111 | c8aa3f3fb0cd3f3f |
UTF-8 | 畑띕뀪依쏙쭫 | 111001111001010110010001111010111001110110010101111010111000000010101010111001001011111010011101111011001000111110011001111011001010110110101011 | e79591eb9d95eb80aae4be9dec8f99ecadab |
UHC | 畑띕뀪依쏙쭫 | 111011111010010110110110111010111000010110100000111010111110111010111101111011111010011110011111 | efa5b6eb85a0ebeebdefa79f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)