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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迂? | 100010010100100100111111 | 89493f |
EUC-JP | 迂? | 101100011010101000111111 | b1aa3f |
UTF-8 | 迂빚 | 111010001011111110000010111010111011100110011010 | e8bf82ebb99a |
UHC | 迂빚 | 11101001111001101011101011111010 | e9e6bafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)