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 | ?????u{d | 0011111100111111001111110011111100111111011101010111101101100100 | 3f3f3f3f3f757b64 |
SJIS-WIN | 彗??炯?u{d | 10011100011000010011111100111111111000000111011000111111011101010111101101100100 | 9c613f3fe0763f757b64 |
EUC-JP | 彗??炯?u{d | 11010111110000100011111100111111110111111101011100111111011101010111101101100100 | d7c23f3fdfd73f757b64 |
UTF-8 | 彗뚲궙炯쭭u{d | 111001011011110110010111111010111001101010110010111010101011011010011001111001111000001010101111111011001010110110101101011101010111101101100100 | e5bd97eb9ab2eab699e782afecadad757b64 |
UHC | 彗뚲궙炯쭭u{d | 11111011101100101000110011101110100000101010111011111011101001101010100001000001011101010111101101100100 | fbb28cee82aefba6a841757b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)