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 | 陲ア鮓ゥ閹ー | 111010001010001010110001111010011011011010101001111010001000011010110000 | e8a2b1e9b6a9e886b0 |
EUC-JP | 陲ア鮓ゥ閹ー | 111100001010010010001110101100011111001010111000100011101010100111101111111001101000111010110000 | f0a48eb1f2b88ea9efe68eb0 |
UTF-8 | 陲ア鮓ゥ閹ー | 111010011001100110110010111011111011110110110001111010011010111010010011111011111011110110101001111010011001011010111001111011111011110110110000 | e999b2efbdb1e9ae93efbda9e996b9efbdb0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)