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 | フ魴 | 11110001111110111100110011101001101101011111011111101011 | f1fbcce9b5f7eb |
EUC-JP | ?フ魴? | 001111111000111011001100111100101011011100111111 | 3f8eccf2b73f |
UTF-8 | フ魴 | 111011101000010110110110111011111011111010001100111010011010110110110100111011101001011110001110 | ee85b6efbe8ce9adb4ee978e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)