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 | 霓懃甥ミ | 11101000101111011001110011100111100010011001100111010000 | e8bd9ce78999d0 |
EUC-JP | 霓懃甥ミ | 1111000010111111110110001110100110110001111110011000111011010000 | f0bfd8e9b1f98ed0 |
UTF-8 | 霓懃甥ミ | 111010011001110010010011111001101000011110000011111001111001010010100101111011111011111010010000 | e99c93e68783e794a5efbe90 |
UHC | 霓懃甥? | 11100111111001111101000011000100110111111110011100111111 | e7e7d0c4dfe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)