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 | 閼ア譚第據 | 111010001000010010110001111001101001110110010001111001101001110110011111 | e884b1e69d91e69d9f |
EUC-JP | 閼ア譚第據 | 11101111111001001000111010110001111010111111110111000010111010001101101010100001 | efe48eb1ebfdc2e8daa1 |
UTF-8 | 閼ア譚第據 | 111010011001011010111100111011111011110110110001111010001010110110011010111001111010110010101100111001101001001110011010 | e996bcefbdb1e8ad9ae7acace6939a |
UHC | 閼?譚第據 | 111001001101100100111111110100111100100111110000101011111100101111100000 | e4d93fd3c9f0afcbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)