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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ィ鳰鐡窘 | 1000001101000010111010011110101011101000011001001110001001111010 | 8342e9eae864e27a |
EUC-JP | ィ鳰鐡窘 | 1010010110100011111100101110110011101111110001011110001111011011 | a5a3f2ecefc5e3db |
UTF-8 | ィ鳰鐡窘 | 111000111000001010100011111010011011001110110000111010011001000010100001111001111010101010011000 | e382a3e9b3b0e990a1e7aa98 |
UHC | ィ??窘 | 101010111010001100111111001111111100111111010111 | aba33f3fcfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)