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 | 襍ヲ霆企洒 | 111010001011010110100110111010001011101110001010111010011001111110101101 | e8b5a6e8bb8ae99fad |
EUC-JP | 襍ヲ霆企洒 | 11110000101101111000111010100110111100001011110110110100111010111101111010101111 | f0b78ea6f0bdb4ebdeaf |
UTF-8 | 襍ヲ霆企洒 | 111010001010010110001101111011111011110110100110111010011001110010000110111001001011110010000001111001101011010010010010 | e8a58defbda6e99c86e4bc81e6b492 |
UHC | ??霆企? | 00111111001111111110111111111101110100001110101000111111 | 3f3feffdd0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)