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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 碇?淫祀∪ | 100100101111010000111111100010001111101011100010010010101000000110111110 | 92f43f88fae24a81be |
EUC-JP | 碇?淫祀∪ | 110001001111011000111111101100001111110011100011101010111010001011000000 | c4f63fb0fce3aba2c0 |
UTF-8 | 碇렦淫祀∪ | 111001111010001010000111111010111010000010100110111001101011011110101011111001111010010110000000111000101000100010101010 | e7a287eba0a6e6b7abe7a580e288aa |
UHC | 碇렦淫祀∪ | 11101111111011011000111010110101111010111110001011011110111001011010000111111010 | efed8eb5ebe2dee5a1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)