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 | 髣皮甥ホ | 11101001100101111001010011100111100010011001100111001110 | e99794e78999ce |
EUC-JP | 髣皮甥ホ | 1111000111110111110010001110100110110001111110011000111011001110 | f1f7c8e9b1f98ece |
UTF-8 | 髣皮甥ホ | 111010011010101110100011111001111001101010101110111001111001010010100101111011111011111010001110 | e9aba3e79aaee794a5efbe8e |
UHC | ?皮甥? | 001111111111100110101011110111111110011100111111 | 3ff9abdfe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)