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 | ?æ???? | 001111111110011000111111001111110011111100111111 | 3fe63f3f3f3f |
SJIS-WIN | ????戍濯 | 0011111100111111001111110011111110011100111110011001000111110011 | 3f3f3f3f9cf991f3 |
EUC-JP | ?æ鋌?戍濯 | 001111111000111110101001110000011000111111100100101110110011111111011000111110111100001011110101 | 3f8fa9c18fe4bb3fd8fbc2f5 |
UTF-8 | 룶æ鋌룶戍濯 | 1110101110100011101101101100001110100110111010011000101110001100111010111010001110110110111001101000100010001101111001101011111110101111 | eba3b6c3a6e98b8ceba3b6e6888de6bfaf |
UHC | 룶æ鋌룶戍濯 | 100011111010101110101001101000011110111111111011100011111010101111100010101000011111011011111011 | 8faba9a1effb8fabe2a1f6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)