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 | シワ場貍ノ | 10111100110111001000111111101010111001101011110011001001 | bcdc8feae6bcc9 |
EUC-JP | シワ場貍ノ | 10001110101111001000111011011100101111101110110011101100101111101000111011001001 | 8ebc8edcbeececbe8ec9 |
UTF-8 | シワ場貍ノ | 111011111011110110111100111011111011111010011100111001011010000010110100111010001011001010001101111011111011111010001001 | efbdbcefbe9ce5a0b4e8b28defbe89 |
UHC | ??場?? | 001111110011111111101101110111100011111100111111 | 3f3fedde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)