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 | Ëú¹Ëú¹^ | 100011111100101111111010101110011000111111001011111110101011100101011110 | 8fcbfab98fcbfab95e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?Ëú??Ëú?^ | 0011111110001111101010101011001110001111101010111110001000111111001111111000111110101010101100111000111110101011111000100011111101011110 | 3f8faab38fabe23f3f8faab38fabe23f5e |
UTF-8 | Ëú¹Ëú¹^ | 1100001010001111110000111000101111000011101110101100001010111001110000101000111111000011100010111100001110111010110000101011100101011110 | c28fc38bc3bac2b9c28fc38bc3bac2b95e |
UHC | ???¹???¹^ | 0011111100111111001111111010100111110110001111110011111100111111101010011111011001011110 | 3f3f3fa9f63f3f3fa9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)