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 | Á±½û | 11000001101100011011110111111011 | c1b1bdfb |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | Á±?û | 100011111010101010100001101000011101111000111111100011111010101111100101 | 8faaa1a1de3f8fabe5 |
UTF-8 | Á±½û | 1100001110000001110000101011000111000010101111011100001110111011 | c381c2b1c2bdc3bb |
UHC | ?±½? | 001111111010000110111110101010001111011000111111 | 3fa1bea8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)