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 | 弔?淨?愈ⅸ | 10010010101000100011111110011111110001000011111110010110111110101111101001001000 | 92a23f9fc43f96fafa48 |
EUC-JP | 弔?淨?愈? | 110001001010010000111111110111101100011000111111110011001111110000111111 | c4a43fdec63fccfc3f |
UTF-8 | 弔렟淨렠愈ⅸ | 111001011011110010010100111010111010000010011111111001101011011110101000111010111010000010100000111001101000010010001000111000101000010110111000 | e5bc94eba09fe6b7a8eba0a0e68488e285b8 |
UHC | 弔렟淨렠愈ⅸ | 111100001100000010001110101100001110111111100100100011101011000111101010111011111010010110101001 | f0c08eb0efe48eb1eaefa5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)