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 | 猶??繞 | 100101110101000000111111001111111110001110000101 | 97503f3fe385 |
EUC-JP | 猶??繞 | 110011011011000100111111001111111110010111100101 | cdb13f3fe5e5 |
UTF-8 | 猶꿜벴繞 | 111001111000110010110110111010101011111110011100111010111011001010110100111001111011100110011110 | e78cb6eabf9cebb2b4e7b99e |
UHC | 猶꿜벴繞 | 1110101110100010101100101110010010111010101010111110100110100100 | eba2b2e4baabe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)