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 | ?@?}?@?}^ | 001111110100000000111111011111010011111101000000001111110111110101011110 | 3f403f7d3f403f7d5e |
SJIS-WIN | ?@?}?@?}^ | 001111110100000000111111011111010011111101000000001111110111110101011110 | 3f403f7d3f403f7d5e |
EUC-JP | ?@?}?@?}^ | 001111110100000000111111011111010011111101000000001111110111110101011110 | 3f403f7d3f403f7d5e |
UTF-8 | 혳@찼}혳@찼}^ | 1110110110011000101100110100000011101100101100001011110001111101111011011001100010110011010000001110110010110000101111000111110101011110 | ed98b340ecb0bc7ded98b340ecb0bc7d5e |
UHC | 혳@찼}혳@찼}^ | 11000010100110100100000011000011101000010111110111000010100110100100000011000011101000010111110101011110 | c29a40c3a17dc29a40c3a17d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)