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 | 贒乞搓 | 111110111010111110001100111011101001110110001101 | fbaf8cee9d8d |
EUC-JP | 贒乞搓 | 10001111110111111100001110111000111100001101100111101101 | 8fdfc3b8f0d9ed |
UTF-8 | 贒乞搓 | 111010001011010010010010111001001011100110011110111001101001000010010011 | e8b492e4b99ee69093 |
UHC | ?乞? | 00111111110010111111011100111111 | 3fcbf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)