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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?屑] | 00111111100010111111101101011101 | 3f8bfb5d |
EUC-JP | ?屑] | 00111111101101101111110101011101 | 3fb6fd5d |
UTF-8 | 쐛屑] | 11101100100100001001101111100101101100011001000101011101 | ec909be5b1915d |
UHC | 쐛屑] | 1001110010000001111000001101101001011101 | 9c81e0da5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)