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 | 傳?o俎 | 10011001010000100011111110000010100011111001100011010111 | 99423f828f98d7 |
EUC-JP | 傳?o俎 | 11010001101000110011111110100011111011111101000011011001 | d1a33fa3efd0d9 |
UTF-8 | 傳꿨o俎 | 111001011000001010110011111010101011111110101000111011111011110110001111111001001011111110001110 | e582b3eabfa8efbd8fe4bf8e |
UHC | 傳꿨o俎 | 1110111011101110101100101110010110100011111011111111000010111011 | eeeeb2e5a3eff0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)