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 | ?}?@?|G | 00111111011111010011111101000000001111110111110001000111 | 3f7d3f403f7c47 |
SJIS-WIN | ?}?@?|G | 00111111011111010011111101000000001111110111110001000111 | 3f7d3f403f7c47 |
EUC-JP | ?}?@?|G | 00111111011111010011111101000000001111110111110001000111 | 3f7d3f403f7c47 |
UTF-8 | 찼}혳@찼|G | 11101100101100001011110001111101111011011001100010110011010000001110110010110000101111000111110001000111 | ecb0bc7ded98b340ecb0bc7c47 |
UHC | 찼}혳@찼|G | 11000011101000010111110111000010100110100100000011000011101000010111110001000111 | c3a17dc29a40c3a17c47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)