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 | 貎壽ス喊 | 11100110101111011001101011100110101111011001101001011110 | e6bd9ae6bd9a5e |
EUC-JP | 貎壽ス喊 | 1110110010111111110101001110100010001110101111011101001110111111 | ecbfd4e88ebdd3bf |
UTF-8 | 貎壽ス喊 | 111010001011001010001110111001011010001110111101111011111011110110111101111001011001011010001010 | e8b28ee5a3bdefbdbde5968a |
UHC | ?壽?喊 | 001111111110000111111000001111111111100111100010 | 3fe1f83ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)