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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驪ソ迺ス驪 | 1110100110001011101111111110011110010010101111011110100110001011 | e98bbfe792bde98b |
EUC-JP | 驪ソ迺ス驪 | 11110001111010111000111010111111111011011111001010001110101111011111000111101011 | f1eb8ebfedf28ebdf1eb |
UTF-8 | 驪ソ迺ス驪 | 111010011010100110101010111011111011110110111111111010001011111110111010111011111011110110111101111010011010100110101010 | e9a9aaefbdbfe8bfbaefbdbde9a9aa |
UHC | 驪???驪 | 11010101111100010011111100111111001111111101010111110001 | d5f13f3f3fd5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)