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 | ?@?|?@?|^ | 001111110100000000111111011111000011111101000000001111110111110001011110 | 3f403f7c3f403f7c5e |
SJIS-WIN | ?@?|?@?|^ | 001111110100000000111111011111000011111101000000001111110111110001011110 | 3f403f7c3f403f7c5e |
EUC-JP | ?@?|?@?|^ | 001111110100000000111111011111000011111101000000001111110111110001011110 | 3f403f7c3f403f7c5e |
UTF-8 | 혳@찼|혳@찼|^ | 1110110110011000101100110100000011101100101100001011110001111100111011011001100010110011010000001110110010110000101111000111110001011110 | ed98b340ecb0bc7ced98b340ecb0bc7c5e |
UHC | 혳@찼|혳@찼|^ | 11000010100110100100000011000011101000010111110011000010100110100100000011000011101000010111110001011110 | c29a40c3a17cc29a40c3a17c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)