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 | 鳰鶸 | 111010011011001110110000111010011011011010111000 | e9b3b0e9b6b8 |
SJIS-WIN | ??°?¶? | 0011111100111111100000011000101100111111100000011111011100111111 | 3f3f818b3f81f73f |
EUC-JP | �鶸 | 1000111110101011101100010011111110100001111010111000111110101011101100011010001011111001100011111010001010110001 | 8fabb13fa1eb8fabb1a2f98fa2b1 |
UTF-8 | 鳰鶸 | 110000111010100111000010101100111100001010110000110000111010100111000010101101101100001010111000 | c3a9c2b3c2b0c3a9c2b6c2b8 |
UHC | ?³°?¶¸ | 00111111101010011111100010100001110001100011111110100010110100101010001010101100 | 3fa9f8a1c63fa2d2a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)