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 | ÓÝë¼ | 11010011110111011110101110111100 | d3ddebbc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÓÝë? | 10001111101010101101000110001111101010101111001010001111101010111011001100111111 | 8faad18faaf28fabb33f |
UTF-8 | ÓÝë¼ | 1100001110010011110000111001110111000011101010111100001010111100 | c393c39dc3abc2bc |
UHC | ???¼ | 0011111100111111001111111010100011111001 | 3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)