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 | ¾«Áx] | 101111101010101110001110110000010111100001011101 | beab8ec1785d |
SJIS-WIN | ????x] | 001111110011111100111111001111110111100001011101 | 3f3f3f3f785d |
EUC-JP | ???Áx] | 0011111100111111001111111000111110101010101000010111100001011101 | 3f3f3f8faaa1785d |
UTF-8 | ¾«Áx] | 11000010101111101100001010101011110000101000111011000011100000010111100001011101 | c2bec2abc28ec381785d |
UHC | ¾???x] | 10101000111110100011111100111111001111110111100001011101 | a8fa3f3f3f785d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)