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 | Ó®G÷¬õµ | 11010011101011100100011111110111101011001111010110110101 | d3ae47f7acf5b5 |
SJIS-WIN | ??G÷¬?? | 001111110011111101000111100000011000000010000001110010100011111100111111 | 3f3f47818081ca3f3f |
EUC-JP | Ó®G÷¬õ? | 100011111010101011010001100011111010001011101110010001111010000111100000101000101100110010001111101010111101100000111111 | 8faad18fa2ee47a1e0a2cc8fabd83f |
UTF-8 | Ó®G÷¬õµ | 11000011100100111100001010101110010001111100001110110111110000101010110011000011101101011100001010110101 | c393c2ae47c3b7c2acc3b5c2b5 |
UHC | ?®G÷??? | 001111111010001011100111010001111010000111000000001111110011111100111111 | 3fa2e747a1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)