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 | 汯糜賈豸 | 1111101011111000111000101111010011100110110010011110011010110110 | faf8e2f4e6c9e6b6 |
EUC-JP | 汯糜賈豸 | 100011111100011011100011111001001111011011101100110010111110110010111000 | 8fc6e3e4f6eccbecb8 |
UTF-8 | 汯糜賈豸 | 111001101011000110101111111001111011001110011100111010001011001110001000111010001011000110111000 | e6b1afe7b39ce8b388e8b1b8 |
UHC | ??賈? | 0011111100111111110010101011100100111111 | 3f3fcab93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)