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 | 菫托ァェ | 111001001011111110010001111011111010011110101010 | e4bf91efa7aa |
EUC-JP | 菫托ァェ | 1110100011000001110000101111000110001110101001111000111010101010 | e8c1c2f18ea78eaa |
UTF-8 | 菫托ァェ | 111010001000111110101011111001101000100110011000111011111011110110100111111011111011110110101010 | e88fabe68998efbda7efbdaa |
UHC | 菫托?? | 110100001100101111110110111101010011111100111111 | d0cbf6f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)