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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 抑穢] | 1001011101111101111000100111000101011101 | 977de2715d |
EUC-JP | 抑穢] | 1100110111011110111000111101001001011101 | cddee3d25d |
UTF-8 | 抑穢] | 11100110100010101001000111100111101010011010001001011101 | e68a91e7a9a25d |
UHC | 抑穢] | 1110010111100100111001111101101101011101 | e5e4e7db5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)