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 | 至?裁矜? | 1000111010001010001111111000110111011001111000011110000000111111 | 8e8a3f8dd9e1e03f |
EUC-JP | 至?裁矜? | 1011101111101010001111111011101011011011111000101110001000111111 | bbea3fbadbe2e23f |
UTF-8 | 至렮裁矜렫 | 111010001000011110110011111010111010000010101110111010001010001110000001111001111001111110011100111010111010000010101011 | e887b3eba0aee8a381e79f9ceba0ab |
UHC | 至렮裁矜렫 | 11110010101110001000111010111011111011101010111011010000111010001000111010111001 | f2b88ebbeeaed0e88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)