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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 兆??兆??^ | 100100101001101100111111001111111001001010011011001111110011111101011110 | 929b3f3f929b3f3f5e |
EUC-JP | 兆??兆??^ | 110000111111101100111111001111111100001111111011001111110011111101011110 | c3fb3f3fc3fb3f3f5e |
UTF-8 | 兆롋렯兆롋렯^ | 11100101100001011000011011101011101000011000101111101011101000001010111111100101100001011000011011101011101000011000101111101011101000001010111101011110 | e58586eba18beba0afe58586eba18beba0af5e |
UHC | 兆롋렯兆롋렯^ | 11110000101111001000111011010001100011101011110011110000101111001000111011010001100011101011110001011110 | f0bc8ed18ebcf0bc8ed18ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)