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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 載?\}載?\{^ | 1000110111011010001111110101110001111101100011011101101000111111010111000111101101011110 | 8dda3f5c7d8dda3f5c7b5e |
EUC-JP | 載?\}載?\{^ | 1011101011011100001111110101110001111101101110101101110000111111010111000111101101011110 | badc3f5c7dbadc3f5c7b5e |
UTF-8 | 載뎄\}載뎄\{^ | 1110100010111100100010011110101110001110100001000101110001111101111010001011110010001001111010111000111010000100010111000111101101011110 | e8bc89eb8e845c7de8bc89eb8e845c7b5e |
UHC | 載뎄\}載뎄\{^ | 11101110101100001011010110101100010111000111110111101110101100001011010110101100010111000111101101011110 | eeb0b5ac5c7deeb0b5ac5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)