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 | 染??徇 | 100100001111010100111111001111111001110001101101 | 90f53f3f9c6d |
EUC-JP | 染??徇 | 110000001111011100111111001111111101011111001110 | c0f73f3fd7ce |
UTF-8 | 染볝냺徇 | 111001101001111110010011111010111011001110011101111010111000001110111010111001011011111010000111 | e69f93ebb39deb83bae5be87 |
UHC | 染볝냺徇 | 1110011011111000100100111110001110000110100010101110001011011111 | e6f893e3868ae2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)