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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?預???B | 00111111100101110110000100111111001111110011111101000010 | 3f97613f3f3f42 |
EUC-JP | ?預???B | 00111111110011011100001000111111001111110011111101000010 | 3fcdc23f3f3f42 |
UTF-8 | 뤋預쨵사筽B | 11101011101001001000101111101001101000001001000011101100101010001011010111101100100000101010110011100111101011011011110101000010 | eba48be9a090eca8b5ec82ace7adbd42 |
UHC | 뤋預쨵사筽B | 1000111110111011111001111110100010100100100011111011101111100111111010001010010001000010 | 8fbbe7e8a48fbbe7e8a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)