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 | 而悉 | 1111000010101100100011101010011111110000101101001000111010111011 | f0ac8ea7f0b48ebb |
EUC-JP | ?而?悉 | 001111111011110010101001001111111011110010111101 | 3fbca93fbcbd |
UTF-8 | 而悉 | 111011101000000110101011111010001000000010001100111011101000000110110011111001101000001010001001 | ee81abe8808cee81b3e68289 |
UHC | ?而?悉 | 001111111110110010111011001111111110001111111010 | 3fecbb3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)