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 | ¾ä£ÜÈ | 1011111010101101111001001010001110001110110111001000111111001000 | beade4a38edc8fc8 |
SJIS-WIN | ???£???? | 001111110011111100111111100000011001001000111111001111110011111100111111 | 3f3f3f81923f3f3f3f |
EUC-JP | ??ä£?Ü?È | 001111110011111110001111101010111010001110100001111100100011111110001111101010101110010000111111100011111010101010110010 | 3f3f8faba3a1f23f8faae43f8faab2 |
UTF-8 | ¾ä£ÜÈ | 11000010101111101100001010101101110000111010010011000010101000111100001010001110110000111001110011000010100011111100001110001000 | c2bec2adc3a4c2a3c28ec39cc28fc388 |
UHC | ¾?????? | 10101000111110101010000110101001001111110011111100111111001111110011111100111111 | a8faa1a93f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)