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 | ðúɺ | 11110000111110101100100110111010 | f0fac9ba |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ðúɺ | 100011111010100111000011100011111010101111100010100011111010101010110001100011111010001011101011 | 8fa9c38fabe28faab18fa2eb |
UTF-8 | ðúɺ | 1100001110110000110000111011101011000011100010011100001010111010 | c3b0c3bac389c2ba |
UHC | ð??º | 101010011010001100111111001111111010100010101100 | a9a33f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)