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 | òí}òí|òí| | 111100101110110101111101111100101110110101111100111100101110110101111100 | f2ed7df2ed7cf2ed7c |
SJIS-WIN | ??}??|??| | 001111110011111101111101001111110011111101111100001111110011111101111100 | 3f3f7d3f3f7c3f3f7c |
EUC-JP | òí}òí|òí| | 100011111010101111010010100011111010101110111111011111011000111110101011110100101000111110101011101111110111110010001111101010111101001010001111101010111011111101111100 | 8fabd28fabbf7d8fabd28fabbf7c8fabd28fabbf7c |
UTF-8 | òí}òí|òí| | 110000111011001011000011101011010111110111000011101100101100001110101101011111001100001110110010110000111010110101111100 | c3b2c3ad7dc3b2c3ad7cc3b2c3ad7c |
UHC | ??}??|??| | 001111110011111101111101001111110011111101111100001111110011111101111100 | 3f3f7d3f3f7c3f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)