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 | 鵝??毅?? | 1110101001000000001111110011111110001011010000100011111100111111 | ea403f3f8b423f3f |
EUC-JP | 鵝??毅?? | 1111001110100001001111110011111110110101101000110011111100111111 | f3a13f3fb5a33f3f |
UTF-8 | 鵝싳빘毅꿜퐱 | 111010011011010110011101111011001000101110110011111010111011100110011000111001101010111110000101111010101011111110011100111011011001000010110001 | e9b59dec8bb3ebb998e6af85eabf9ced90b1 |
UHC | 鵝싳빘毅꿜퐱 | 111001001011110110011010111011001001010110111001111010111111011010110010111001001011110110011010 | e4bd9aec95b9ebf6b2e4bd9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)