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 | 釥璽汐 | 1111101111000000100011101010001111110001111011001000111010101100 | fbc08ea3f1ec8eac |
EUC-JP | 釥璽?汐 | 1000111111100011101010111011110010100101001111111011110010101110 | 8fe3abbca53fbcae |
UTF-8 | 釥璽汐 | 111010011000011110100101111001111001001010111101111011101000010110100111111001101011000110010000 | e987a5e792bdee85a7e6b190 |
UHC | ?璽?汐 | 001111111101111111011110001111111110000010110001 | 3fdfde3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)