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 | 跫ス譁第 | 11100110111011011011110111100110100101101001000111100110 | e6edbde69691e6 |
EUC-JP | 跫ス譁第 | 1110110011101111100011101011110111101011111101101100001011101000 | ecef8ebdebf6c2e8 |
UTF-8 | 跫ス譁第 | 111010001011011110101011111011111011110110111101111010001010110110000001111001111010110010101100 | e8b7abefbdbde8ad81e7acac |
UHC | ??譁第 | 001111110011111111111100101001101111000010101111 | 3f3ffca6f0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)