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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 猶?猶?B | 10010111010100000011111110010111010100000011111101000010 | 97503f97503f42 |
EUC-JP | 猶?猶?B | 11001101101100010011111111001101101100010011111101000010 | cdb13fcdb13f42 |
UTF-8 | 猶퐒猶퐒B | 11100111100011001011011011101101100100001001001011100111100011001011011011101101100100001001001001000010 | e78cb6ed9092e78cb6ed909242 |
UHC | 猶퐒猶퐒B | 111010111010001010111101011101101110101110100010101111010111011001000010 | eba2bd76eba2bd7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)