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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 秧??柚?F | 1110001001011110001111110011111110010111010011010011111101000110 | e25e3f3f974d3f46 |
EUC-JP | 秧??柚?F | 1110001110111111001111110011111111001101101011100011111101000110 | e3bf3f3fcdae3f46 |
UTF-8 | 秧뉖슡柚밄F | 11100111101001111010011111101011100010011001011011101100100010101010000111100110100111111001101011101011101100001000010001000110 | e7a7a7eb8996ec8aa1e69f9aebb08446 |
UHC | 秧뉖슡柚밄F | 1110010011101011100001111110101110011010101011011110101011110110100100110100001001000110 | e4eb87eb9aadeaf6934246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)