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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豈灘ュ懋ス | 1110011010101111100100111110010110101101100111001110101010111101 | e6af93e5ad9ceabd |
EUC-JP | 豈灘ュ懋ス | 11101100101100011100011011100111100011101010110111011000111011001000111010111101 | ecb1c6e78eadd8ec8ebd |
UTF-8 | 豈灘ュ懋ス | 111010001011000110001000111001111000000110011000111011111011110110101101111001101000011110001011111011111011110110111101 | e8b188e78198efbdade6878befbdbd |
UHC | 豈灘?懋? | 1101000111000010111101111010100000111111110110011110010100111111 | d1c2f7a83fd9e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)