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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ミ諶ィア」 | 1111000111101010110100001111101110101010101010001011000110100011 | f1ead0fbaaa8b1a3 |
EUC-JP | ?ミ諶ィア」 | 001111111000111011010000100011111101111010110101100011101010100010001110101100011000111010100011 | 3f8ed08fdeb58ea88eb18ea3 |
UTF-8 | ミ諶ィア」 | 111011101000010110100101111011111011111010010000111010001010101110110110111011111011110110101000111011111011110110110001111011111011110110100011 | ee85a5efbe90e8abb6efbda8efbdb1efbda3 |
UHC | ??諶??? | 00111111001111111110010010100110001111110011111100111111 | 3f3fe4a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)