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 | 磆碾鳧溽 | 1110000111110101111000011111100011101001111010001001111111100111 | e1f5e1f8e9e89fe7 |
EUC-JP | 磆碾鳧溽 | 1110001011110111111000101111101011110010111010101101111011101001 | e2f7e2faf2eadee9 |
UTF-8 | 磆碾鳧溽 | 111001111010001110000110111001111010001010111110111010011011001110100111111001101011101010111101 | e7a386e7a2bee9b3a7e6babd |
UHC | ??鳧? | 0011111100111111110111011100000000111111 | 3f3fddc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)