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 | °ÞÌý | 10110000110111101100110011111101 | b0deccfd |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ÞÌý | 1010000111101011100011111010100110110000100011111010101011000000100011111010101111110010 | a1eb8fa9b08faac08fabf2 |
UTF-8 | °ÞÌý | 1100001010110000110000111001111011000011100011001100001110111101 | c2b0c39ec38cc3bd |
UHC | °Þ?? | 101000011100011010101000101011010011111100111111 | a1c6a8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)