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 | 寤????? | 10011011100010000011111100111111001111110011111100111111 | 9b883f3f3f3f3f |
EUC-JP | 寤????? | 11010101111010000011111100111111001111110011111100111111 | d5e83f3f3f3f3f |
UTF-8 | 寤뤾낏溜곕젎 | 111001011010111110100100111010111010010010111110111010111000001010001111111011111010011110001011111010101011001110010101111011001010000010001110 | e5afa4eba4beeb828fefa78beab395eca08e |
UHC | 寤뤾낏溜곕젎 | 111001111111010110001111111010101011001110101000111010101111111010110000111010111010000010001111 | e7f58feab3a8eafeb0eba08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)