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 | È«ú¹ | 1000111010001001100101001100100010000100101010111111101010111001 | 8e8994c884abfab9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???È??ú? | 001111110011111100111111100011111010101010110010001111110011111110001111101010111110001000111111 | 3f3f3f8faab23f3f8fabe23f |
UTF-8 | È«ú¹ | 11000010100011101100001010001001110000101001010011000011100010001100001010000100110000101010101111000011101110101100001010111001 | c28ec289c294c388c284c2abc3bac2b9 |
UHC | ???????¹ | 001111110011111100111111001111110011111100111111001111111010100111110110 | 3f3f3f3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)