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 | 羹饗遺 | 111000111011101110001011110000001000100011100010 | e3bb8bc088e2 |
EUC-JP | 羹饗遺 | 111001101011110110110110110000101011000011100100 | e6bdb6c2b0e4 |
UTF-8 | 羹饗遺 | 111001111011111010111001111010011010010110010111111010011000000110111010 | e7beb9e9a597e981ba |
UHC | 羹饗遺 | 110010111101100011111010110001001110101110110110 | cbd8fac4ebb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)