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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 粱実社 | 111000101110101110001110110000001000111011010000 | e2eb8ec08ed0 |
EUC-JP | 粱実社 | 111001001110110110111100110000101011110011010010 | e4edbcc2bcd2 |
UTF-8 | 粱実社 | 111001111011001010110001111001011010111010011111111001111010010010111110 | e7b2b1e5ae9fe7a4be |
UHC | 粱?社 | 1101010111011100001111111101111011100100 | d5dc3fdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)