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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 至?裁矜?? | 100011101000101000111111100011011101100111100001111000000011111100111111 | 8e8a3f8dd9e1e03f3f |
EUC-JP | 至?裁矜?? | 101110111110101000111111101110101101101111100010111000100011111100111111 | bbea3fbadbe2e23f3f |
UTF-8 | 至렮裁矜렫렖 | 111010001000011110110011111010111010000010101110111010001010001110000001111001111001111110011100111010111010000010101011111010111010000010010110 | e887b3eba0aee8a381e79f9ceba0abeba096 |
UHC | 至렮裁矜렫렖 | 111100101011100010001110101110111110111010101110110100001110100010001110101110011000111010101011 | f2b88ebbeeaed0e88eb98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)