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 | ÕÛÊüE | 1000111011010101100011101101101110001110110010101111110001000101 | 8ed58edb8ecafc45 |
SJIS-WIN | ???????E | 0011111100111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f3f45 |
EUC-JP | ?Õ?Û?ÊüE | 00111111100011111010101011011000001111111000111110101010111001010011111110001111101010101011010010001111101010111110010001000101 | 3f8faad83f8faae53f8faab48fabe445 |
UTF-8 | ÕÛÊüE | 110000101000111011000011100101011100001010001110110000111001101111000010100011101100001110001010110000111011110001000101 | c28ec395c28ec39bc28ec38ac3bc45 |
UHC | ???????E | 0011111100111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)