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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?朞州??\ | 0011111110011110010011011000111101000010001111110011111101011100 | 3f9e4d8f423f3f5c |
EUC-JP | ?朞州??\ | 0011111111011011101011101011110110100011001111110011111101011100 | 3fdbaebda33f3f5c |
UTF-8 | 룵朞州룵句\ | 11101011101000111011010111100110100111001001111011100101101101111001111011101011101000111011010111101111101001001000011001011100 | eba3b5e69c9ee5b79eeba3b5efa4865c |
UHC | 룵朞州룵句\ | 1000111110101010110100011010000111110001101101101000111110101010110011111111101101011100 | 8faad1a1f1b68faacffb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)