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 | 髷懈ァォ謳 | 1110100110011110100111001110011010100111101010111110011010010000 | e99e9ce6a7abe690 |
EUC-JP | 髷懈ァォ謳 | 11110001111111101101100011101000100011101010011110001110101010111110101111110000 | f1fed8e88ea78eabebf0 |
UTF-8 | 髷懈ァォ謳 | 111010011010101110110111111001101000011110001000111011111011110110100111111011111011110110101011111010001010110010110011 | e9abb7e68788efbda7efbdabe8acb3 |
UHC | ?懈??謳 | 00111111111110101010101100111111001111111100111111000100 | 3ffaab3f3fcfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)