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 | 額??韋?? | 1000101001111010001111110011111111101000111010000011111100111111 | 8a7a3f3fe8e83f3f |
EUC-JP | 額??韋?? | 1011001111011011001111110011111111110000111010100011111100111111 | b3db3f3ff0ea3f3f |
UTF-8 | 額곗눖韋뤻씣 | 111010011010000110001101111010101011001110010111111010111000100010010110111010011001111110001011111010111010010010111011111011001001010010100011 | e9a18deab397eb8896e99f8beba4bbec94a3 |
UHC | 額곗눖韋뤻씣 | 111001001111111010110000111011001000011110110000111010101101111110001111111010011001110110110111 | e4feb0ec87b0eadf8fe99db7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)