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 | 膩j窪襤 | 1110010001010110100000101000101010001100010001011110011001000001 | e456828a8c45e641 |
EUC-JP | 膩j窪襤 | 1110011110110111101000111110101010110111101001101110101110100010 | e7b7a3eab7a6eba2 |
UTF-8 | 膩j窪襤 | 111010001000011010101001111011111011110110001010111001111010101010101010111010001010010110100100 | e886a9efbd8ae7aaaae8a5a4 |
UHC | ?j窪襤 | 00111111101000111110101011101000110000011101010111000001 | 3fa3eae8c1d5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)