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 | 凞セ迺ス淲 | 1111101101011000101111101110011110010010101111011111101101000100 | fb58bee792bdfb44 |
EUC-JP | ?セ迺ス? | 0011111110001110101111101110110111110010100011101011110100111111 | 3f8ebeedf28ebd3f |
UTF-8 | 凞セ迺ス淲 | 111011111010100010010101111011111011110110111110111010001011111110111010111011111011110110111101111001101011011110110010 | efa895efbdbee8bfbaefbdbde6b7b2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)