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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 篌ヒイF | 1110001010111010110010111011001001000110 | e2bacbb246 |
EUC-JP | 篌ヒイF | 11100100101111001000111011001011100011101011001001000110 | e4bc8ecb8eb246 |
UTF-8 | 篌ヒイF | 11100111101011111000110011101111101111101000101111101111101111011011001001000110 | e7af8cefbe8befbdb246 |
UHC | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)