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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 染??徇?? | 1001000011110101001111110011111110011100011011010011111100111111 | 90f53f3f9c6d3f3f |
EUC-JP | 染??徇?? | 1100000011110111001111110011111111010111110011100011111100111111 | c0f73f3fd7ce3f3f |
UTF-8 | 染볝냺徇숇젧 | 111001101001111110010011111010111011001110011101111010111000001110111010111001011011111010000111111011001000100010000111111011001010000010100111 | e69f93ebb39deb83bae5be87ec8887eca0a7 |
UHC | 染볝냺徇숇젧 | 111001101111100010010011111000111000011010001010111000101101111110011001111010111010000010011111 | e6f893e3868ae2df99eba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)