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 | 贍嬋誓惜 | 1110011011010110100110110110100010010000101111101001000011001001 | e6d69b6890be90c9 |
EUC-JP | 贍嬋誓惜 | 1110110011011000110101011100100111000000110000001100000011001011 | ecd8d5c9c0c0c0cb |
UTF-8 | 贍嬋誓惜 | 111010001011010010001101111001011010110010001011111010001010101010010011111001101000001110011100 | e8b48de5ac8be8aa93e6839c |
UHC | 贍嬋誓惜 | 1110000011101011111000001011110111100000101001011110000010101101 | e0ebe0bde0a5e0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)