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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 竊??^ | 1110001010000110001111110011111101011110 | e2863f3f5e |
EUC-JP | 竊??^ | 1110001111100110001111110011111101011110 | e3e63f3f5e |
UTF-8 | 竊됤뼯^ | 11100111101010111000101011101011100100001010010011101011101111001010111101011110 | e7ab8aeb90a4ebbcaf5e |
UHC | 竊됤뼯^ | 11101111101111001000100111100010100101101011001001011110 | efbc89e296b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)