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 | ?@?}??? | 00111111010000000011111101111101001111110011111100111111 | 3f403f7d3f3f3f |
SJIS-WIN | ?@?}??? | 00111111010000000011111101111101001111110011111100111111 | 3f403f7d3f3f3f |
EUC-JP | ?@?}??? | 00111111010000000011111101111101001111110011111100111111 | 3f403f7d3f3f3f |
UTF-8 | 혳@찼}찼쩐챕 | 1110110110011000101100110100000011101100101100001011110001111101111011001011000010111100111011001010100110010000111011001011000110010101 | ed98b340ecb0bc7decb0bceca990ecb195 |
UHC | 혳@찼}찼쩐챕 | 110000101001101001000000110000111010000101111101110000111010000111000010101111101100001110101001 | c29a40c3a17dc3a1c2bec3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)