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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髢ア骼爺オ・ | 111010011001011010110001111010011000111010010110111010101011010110100101 | e996b1e98e96eab5a5 |
EUC-JP | 髢ア骼爺オ・ | 111100011111011010001110101100011111000111101110110011001110110010001110101101011000111010100101 | f1f68eb1f1eeccec8eb58ea5 |
UTF-8 | 髢ア骼爺オ・ | 111010011010101110100010111011111011110110110001111010011010101010111100111001111000100010111010111011111011110110110101111011111011110110100101 | e9aba2efbdb1e9aabce788baefbdb5efbda5 |
UHC | ???爺?? | 00111111001111110011111111100101101011000011111100111111 | 3f3f3fe5ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)