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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謔檎棟隰 | 1110011010000010100011001110011110010011100011111110100010101100 | e6828ce7938fe8ac |
EUC-JP | 謔檎棟隰 | 1110101111100010101110001110100111000101111011111111000010101110 | ebe2b8e9c5eff0ae |
UTF-8 | 謔檎棟隰 | 111010001010110010010100111001101010101010001110111001101010001110011111111010011001101010110000 | e8ac94e6aa8ee6a39fe99ab0 |
UHC | 謔檎棟? | 11111001110011001101000011010101110101001101011000111111 | f9ccd0d5d4d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)