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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 繒??祀∽^ | 111110111000111100111111001111111110001001001010100000011110010001011110 | fb8f3f3fe24a81e45e |
EUC-JP | 繒?邕祀∽^ | 100011111101010011010100001111111000111111100001111011011110001110101011101000101110011001011110 | 8fd4d43f8fe1ede3aba2e65e |
UTF-8 | 繒렡邕祀∽^ | 11100111101110011001001011101011101000001010000111101001100000101001010111100111101001011000000011100010100010001011110101011110 | e7b992eba0a1e98295e7a580e288bd5e |
UHC | 繒렡邕祀∽^ | 1111000111111001100011101011001011101000101110111101111011100101101000011110111101011110 | f1f98eb2e8bbdee5a1ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)