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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪具ス壱ェ | 1110010110100001100010111110111110111101100010001110101110101010 | e5a18befbd88ebaa |
EUC-JP | 蝪具ス壱ェ | 11101010101000111011011011110001100011101011110110110000111011011000111010101010 | eaa3b6f18ebdb0ed8eaa |
UTF-8 | 蝪具ス壱ェ | 111010001001110110101010111001011000010110110111111011111011110110111101111001011010001110110001111011111011110110101010 | e89daae585b7efbdbde5a3b1efbdaa |
UHC | ?具??? | 001111111100111011111101001111110011111100111111 | 3fcefd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)