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 | 詹蕚マシ詹 | 1111101110100101111001001101010011001111101111001111101110100101 | fba5e4d4cfbcfba5 |
EUC-JP | 詹蕚マシ詹 | 100011111101110111101010111010001101011010001110110011111000111010111100100011111101110111101010 | 8fddeae8d68ecf8ebc8fddea |
UTF-8 | 詹蕚マシ詹 | 111010001010100110111001111010001001010110011010111011111011111010001111111011111011110110111100111010001010100110111001 | e8a9b9e8959aefbe8fefbdbce8a9b9 |
UHC | 詹???詹 | 11110100110110100011111100111111001111111111010011011010 | f4da3f3f3ff4da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)