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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???淳 | 0011111100111111001111111000111101111110 | 3f3f3f8f7e |
EUC-JP | ???淳 | 0011111100111111001111111011110111011111 | 3f3f3fbddf |
UTF-8 | 筽볣뇦淳 | 111001111010110110111101111010111011001110100011111010111000011110100110111001101011011110110011 | e7adbdebb3a3eb87a6e6b7b3 |
UHC | 筽볣뇦淳 | 1110100010100100100100111110100110000111100011101110001011101000 | e8a493e9878ee2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)