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 | ëÞ´ì ^ | 11101011110111101011010011101100100001111000010101011110 | ebdeb4ec87855e |
SJIS-WIN | ??´???^ | 0011111100111111100000010100110000111111001111110011111101011110 | 3f3f814c3f3f3f5e |
EUC-JP | ëÞ´ì??^ | 1000111110101011101100111000111110101001101100001010000110101101100011111010101111000000001111110011111101011110 | 8fabb38fa9b0a1ad8fabc03f3f5e |
UTF-8 | ëÞ´ì ^ | 11000011101010111100001110011110110000101011010011000011101011001100001010000111110000101000010101011110 | c3abc39ec2b4c3acc287c2855e |
UHC | ?Þ´???^ | 001111111010100010101101101000101010010100111111001111110011111101011110 | 3fa8ada2a53f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)