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 | O½Aä· | 1001001001001111100100011011110110010011010000011110010010110111 | 924f91bd9341e4b7 |
SJIS-WIN | ?O???A?? | 0011111101001111001111110011111100111111010000010011111100111111 | 3f4f3f3f3f413f3f |
EUC-JP | ?O???Aä? | 00111111010011110011111100111111001111110100000110001111101010111010001100111111 | 3f4f3f3f3f418faba33f |
UTF-8 | O½Aä· | 1100001010010010010011111100001010010001110000101011110111000010100100110100000111000011101001001100001010110111 | c2924fc291c2bdc29341c3a4c2b7 |
UHC | ?O?½?A?· | 00111111010011110011111110101000111101100011111101000001001111111010000110100100 | 3f4f3fa8f63f413fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)