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 | ±îÉÙ | 10110001111011101100100111011001 | b1eec9d9 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±îÉÙ | 1010000111011110100011111010101111000010100011111010101010110001100011111010101011100011 | a1de8fabc28faab18faae3 |
UTF-8 | ±îÉÙ | 1100001010110001110000111010111011000011100010011100001110011001 | c2b1c3aec389c399 |
UHC | ±??? | 1010000110111110001111110011111100111111 | a1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)