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 | 楢??楢 | 100100111110100000111111001111111001001111101000 | 93e83f3f93e8 |
EUC-JP | 楢??楢 | 110001101110101000111111001111111100011011101010 | c6ea3f3fc6ea |
UTF-8 | 楢욌렒楢 | 111001101010010110100010111011001001101010001100111010111010000010010010111001101010010110100010 | e6a5a2ec9a8ceba092e6a5a2 |
UHC | 楢욌렒楢 | 1110101011111001100111101110101110001110101001111110101011111001 | eaf99eeb8ea7eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)