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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | エ箒禺エ箒禺^ | 1011010011100010101101001110001001011011101101001110001010110100111000100101101101011110 | b4e2b4e25bb4e2b4e25b5e |
EUC-JP | エ箒禺エ箒禺^ | 10001110101101001110010010110110111000111011110010001110101101001110010010110110111000111011110001011110 | 8eb4e4b6e3bc8eb4e4b6e3bc5e |
UTF-8 | エ箒禺エ箒禺^ | 11101111101111011011010011100111101011101001001011100111101001101011101011101111101111011011010011100111101011101001001011100111101001101011101001011110 | efbdb4e7ae92e7a6baefbdb4e7ae92e7a6ba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)