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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辭顔抜 | 111001111000011010001010111001111001010010110010 | e7868ae794b2 |
EUC-JP | 辭顔抜 | 111011011110011010110100111010011100100010110100 | ede6b4e9c8b4 |
UTF-8 | 辭顔抜 | 111010001011111010101101111010011010000110010100111001101000101010011100 | e8beade9a194e68a9c |
UHC | 辭顔? | 1101111011110110111001001101010000111111 | def6e4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)