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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 財?┗哀 | 10001101111000000011111110000100101011111000100010100011 | 8de03f84af88a3 |
EUC-JP | 財?┗哀 | 10111010111000100011111110101000101100011011000010100101 | bae23fa8b1b0a5 |
UTF-8 | 財멨┗哀 | 111010001011001010100001111010111010100110101000111000101001010010010111111001011001001110000000 | e8b2a1eba9a8e29497e59380 |
UHC | 財멨┗哀 | 1110111010101111101110001110010110100110101100011110010011101110 | eeafb8e5a6b1e4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)