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 | 焄焄焄焄 | 1111101101010100111110110101010011111011010101001111101101010100 | fb54fb54fb54fb54 |
EUC-JP | 焄焄焄焄 | 100011111100100111100011100011111100100111100011100011111100100111100011100011111100100111100011 | 8fc9e38fc9e38fc9e38fc9e3 |
UTF-8 | 焄焄焄焄 | 111001111000010010000100111001111000010010000100111001111000010010000100111001111000010010000100 | e78484e78484e78484e78484 |
UHC | 焄焄焄焄 | 1111110110110110111111011011011011111101101101101111110110110110 | fdb6fdb6fdb6fdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)