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 | 鶯û¯¹ | 111010011011011010101111111110111010111110111001 | e9b6affbafb9 |
SJIS-WIN | ?¶???? | 00111111100000011111011100111111001111110011111100111111 | 3f81f73f3f3f3f |
EUC-JP | 鶯û¯? | 100011111010101110110001101000101111100110001111101000101011010010001111101010111110010110001111101000101011010000111111 | 8fabb1a2f98fa2b48fabe58fa2b43f |
UTF-8 | 鶯û¯¹ | 110000111010100111000010101101101100001010101111110000111011101111000010101011111100001010111001 | c3a9c2b6c2afc3bbc2afc2b9 |
UHC | ?¶???¹ | 0011111110100010110100100011111100111111001111111010100111110110 | 3fa2d23f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)