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 | 鉀ャ | 11110111111101011111101111000101101011001111000001000110 | f7f5fbc5acf046 |
EUC-JP | ?鉀ャ? | 00111111100011111110001111011000100011101010110000111111 | 3f8fe3d88eac3f |
UTF-8 | 鉀ャ | 111011101001011110011000111010011000100110000000111011111011110110101100111011101000000010000110 | ee9798e98980efbdacee8086 |
UHC | ?鉀?? | 0011111111001011101001010011111100111111 | 3fcba53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)