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 | 雍???堅 | 11101000101101000011111100111111001111111000110010011000 | e8b43f3f3f8c98 |
EUC-JP | 雍???堅 | 11110000101101100011111100111111001111111011011111111000 | f0b63f3f3fb7f8 |
UTF-8 | 雍흡렗잿堅 | 111010011001101110001101111011011001110110100001111010111010000010010111111011001001111010111111111001011010000010000101 | e99b8ded9da1eba097ec9ebfe5a085 |
UHC | 雍흡렗잿堅 | 11101000101111001100100011101101100011101010110011000000111011011100110010110001 | e8bcc8ed8eacc0edccb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)