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 | 襭苦4造瘋 | 11100110010000101000101111101010100000100101001110010001101000101110000110000110 | e6428bea825391a2e186 |
EUC-JP | 襭苦4造瘋 | 11101011101000111011011011101100101000111011010011000010101001001110000111100110 | eba3b6eca3b4c2a4e1e6 |
UTF-8 | 襭苦4造瘋 | 111010001010010110101101111010001000101110100110111011111011110010010100111010011000000010100000111001111001100010001011 | e8a5ade88ba6efbc94e980a0e7988b |
UHC | ?苦4造? | 0011111111001101110010001010001110110100111100001110001100111111 | 3fcdc8a3b4f0e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)