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 | ?±?×F | 0011111110110001001111111101011101000110 | 3fb13fd746 |
SJIS-WIN | ?±?×F | 00111111100000010111110100111111100000010111111001000110 | 3f817d3f817e46 |
EUC-JP | ?±?×F | 00111111101000011101111000111111101000011101111101000110 | 3fa1de3fa1df46 |
UTF-8 | 렺±렺×F | 1110101110100000101110101100001010110001111010111010000010111010110000111001011101000110 | eba0bac2b1eba0bac39746 |
UHC | 렺±렺×F | 100011101100001010100001101111101000111011000010101000011011111101000110 | 8ec2a1be8ec2a1bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)