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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ンキ釮 | 1111000111111011110111011111011110110000101101111111101110111110 | f1fbddf7b0b7fbbe |
EUC-JP | ?ン?キ釮 | 001111111000111011011101001111111000111010110111100011111110001110110000 | 3f8edd3f8eb78fe3b0 |
UTF-8 | ンキ釮 | 111011101000010110110110111011111011111010011101111011101001011010010011111011111011110110110111111010011000011110101110 | ee85b6efbe9dee9693efbdb7e987ae |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)