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 | 。爍爐フ | 1010000111100000101000011111001010100001111000001010001011001100 | a1e0a1f2a1e0a2cc |
EUC-JP | 。爍?爐フ | 100011101010000111100000101000110011111111100000101001001000111011001100 | 8ea1e0a33fe0a48ecc |
UTF-8 | 。爍爐フ | 111011111011110110100001111001111000100010001101111011101000011110011000111001111000100010010000111011111011111010001100 | efbda1e7888dee8798e78890efbe8c |
UHC | ???爐? | 001111110011111100111111110101101101001100111111 | 3f3f3fd6d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)