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 | ÌÝèÁ | 100011101100110010001110110111011110100011000001 | 8ecc8edde8c1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ì?ÝèÁ | 0011111110001111101010101100000000111111100011111010101011110010100011111010101110110010100011111010101010100001 | 3f8faac03f8faaf28fabb28faaa1 |
UTF-8 | ÌÝèÁ | 110000101000111011000011100011001100001010001110110000111001110111000011101010001100001110000001 | c28ec38cc28ec39dc3a8c381 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)