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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 至?凋瓏? | 1000111010001010001111111001001010011100111000001111101000111111 | 8e8a3f929ce0fa3f |
EUC-JP | 至?凋瓏? | 1011101111101010001111111100001111111100111000001111110000111111 | bbea3fc3fce0fc3f |
UTF-8 | 至렮凋瓏렭 | 111010001000011110110011111010111010000010101110111001011000011110001011111001111001001110001111111010111010000010101101 | e887b3eba0aee5878be7938feba0ad |
UHC | 至렮凋瓏렭 | 11110010101110001000111010111011111100001011110111010110111010101000111010111010 | f2b88ebbf0bdd6ea8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)