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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 猶??h猶 | 10010111010100000011111100111111011010001001011101010000 | 97503f3f689750 |
EUC-JP | 猶??h猶 | 11001101101100010011111100111111011010001100110110110001 | cdb13f3f68cdb1 |
UTF-8 | 猶롫옺h猶 | 11100111100011001011011011101011101000011010101111101100100110001011101001101000111001111000110010110110 | e78cb6eba1abec98ba68e78cb6 |
UHC | 猶롫옺h猶 | 111010111010001010001110111010111001111010110000011010001110101110100010 | eba28eeb9eb068eba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)