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 | 「フ酌照 | 101000101100110010001110110111101000111111000110 | a2cc8ede8fc6 |
EUC-JP | 「フ酌照 | 1000111010100010100011101100110010111100111000001011111011001000 | 8ea28eccbce0bec8 |
UTF-8 | 「フ酌照 | 111011111011110110100010111011111011111010001100111010011000010110001100111001111000010110100111 | efbda2efbe8ce9858ce785a7 |
UHC | ??酌照 | 001111110011111111101101110011001111000011001110 | 3f3fedccf0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)