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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諤懈ァォ | 111001101000000010011100111001101010011110101011 | e6809ce6a7ab |
EUC-JP | 諤懈ァォ | 1110101111100000110110001110100010001110101001111000111010101011 | ebe0d8e88ea78eab |
UTF-8 | 諤懈ァォ | 111010001010101110100100111001101000011110001000111011111011110110100111111011111011110110101011 | e8aba4e68788efbda7efbdab |
UHC | ?懈?? | 0011111111111010101010110011111100111111 | 3ffaab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)