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 | 轣シ譚馴尓 | 111001111000000110111100111001101001110110010011111010011001101110010101 | e781bce69d93e99b95 |
EUC-JP | 轣シ譚馴尓 | 11101101111000011000111010111100111010111111110111000110111010111101010111110101 | ede18ebcebfdc6ebd5f5 |
UTF-8 | 轣シ譚馴尓 | 111010001011110110100011111011111011110110111100111010001010110110011010111010011010011010110100111001011011000010010011 | e8bda3efbdbce8ad9ae9a6b4e5b093 |
UHC | ??譚馴? | 00111111001111111101001111001001111000101111100000111111 | 3f3fd3c9e2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)