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 | Ó[öÎñü | 11010011101011010101101111110110110011101111000111111100 | d3ad5bf6cef1fc |
SJIS-WIN | ??[???? | 00111111001111110101101100111111001111110011111100111111 | 3f3f5b3f3f3f3f |
EUC-JP | Ó?[öÎñü | 1000111110101010110100010011111101011011100011111010101111010011100011111010101011000010100011111010101111010000100011111010101111100100 | 8faad13f5b8fabd38faac28fabd08fabe4 |
UTF-8 | Ó[öÎñü | 11000011100100111100001010101101010110111100001110110110110000111000111011000011101100011100001110111100 | c393c2ad5bc3b6c38ec3b1c3bc |
UHC | ?[???? | 0011111110100001101010010101101100111111001111110011111100111111 | 3fa1a95b3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)