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 | 處??? | 1001100101111100001111110011111100111111 | 997c3f3f3f |
EUC-JP | 處?瑗? | 11010001110111010011111110001111110011001100000000111111 | d1dd3f8fccc03f |
UTF-8 | 處렦瑗렪 | 111010001001100110010101111010111010000010100110111001111001000110010111111010111010000010101010 | e89995eba0a6e79197eba0aa |
UHC | 處렦瑗렪 | 1111010010100101100011101011010111101010101111001000111010111000 | f4a58eb5eabc8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)