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 | 烝?義捧? | 1110000001111110001111111000101101100000100101011111100100111111 | e07e3f8b6095f93f |
EUC-JP | 烝?義捧? | 1101111111011111001111111011010111000001110010101111101100111111 | dfdf3fb5c1cafb3f |
UTF-8 | 烝렚義捧렡 | 111001111000001110011101111010111010000010011010111001111011111010101001111001101000110110100111111010111010000010100001 | e7839deba09ae7bea9e68da7eba0a1 |
UHC | 烝렚義捧렡 | 11110001111101101000111010101101111010111111100111011100111010011000111010110010 | f1f68eadebf9dce98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)