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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豐シ尞エ逖 | 1110011010110010101111001111101010101011101101001110011110011000 | e6b2bcfaabb4e798 |
EUC-JP | 豐シ尞エ逖 | 1110110010110100100011101011110010001111101110101110101110001110101101001110110111111000 | ecb48ebc8fbaeb8eb4edf8 |
UTF-8 | 豐シ尞エ逖 | 111010001011000110010000111011111011110110111100111001011011000010011110111011111011110110110100111010011000000010010110 | e8b190efbdbce5b09eefbdb4e98096 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)