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 | ÂÝÝ嫀 | 1000111011000010110111011101110110001110110000101011010011000100 | 8ec2dddd8ec2b4c4 |
SJIS-WIN | ??????´? | 001111110011111100111111001111110011111100111111100000010100110000111111 | 3f3f3f3f3f3f814c3f |
EUC-JP | ?ÂÝÝ?嫀 | 00111111100011111010101010100100100011111010101011110010100011111010101011110010001111111000111110101010101001001010000110101101100011111010101010100011 | 3f8faaa48faaf28faaf23f8faaa4a1ad8faaa3 |
UTF-8 | ÂÝÝ嫀 | 11000010100011101100001110000010110000111001110111000011100111011100001010001110110000111000001011000010101101001100001110000100 | c28ec382c39dc39dc28ec382c2b4c384 |
UHC | ??????´? | 001111110011111100111111001111110011111100111111101000101010010100111111 | 3f3f3f3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)