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 | 而?凋? | 100011101010011100111111100100101001110000111111 | 8ea73f929c3f |
EUC-JP | 而?凋? | 101111001010100100111111110000111111110000111111 | bca93fc3fc3f |
UTF-8 | 而렖凋렖 | 111010001000000010001100111010111010000010010110111001011000011110001011111010111010000010010110 | e8808ceba096e5878beba096 |
UHC | 而렖凋렖 | 1110110010111011100011101010101111110000101111011000111010101011 | ecbb8eabf0bd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)