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 | 艱ц8 | 111001001000010110000100100010001000001001010111 | e48584888257 |
EUC-JP | 艱ц8 | 111001111110010110100111111010001010001110111000 | e7e5a7e8a3b8 |
UTF-8 | 艱ц8 | 1110100010001001101100011101000110000110111011111011110010011000 | e889b1d186efbc98 |
UHC | 艱ц8 | 110010101101111010101100111010001010001110111000 | cadeace8a3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)