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 | 中??? | 1001001010000110001111110011111100111111 | 92863f3f3f |
EUC-JP | 中??絿 | 11000011111001100011111100111111100011111101001111110001 | c3e63f3f8fd3f1 |
UTF-8 | 中縷렚絿 | 111001001011100010101101111011111010010110010000111010111010000010011010111001111011010110111111 | e4b8adefa590eba09ae7b5bf |
UHC | 中縷렚絿 | 1111000111101001110100101110101010001110101011011100111110111101 | f1e9d2ea8eadcfbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)