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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テッツセツづδ | 110000111010111111000010101111101100001010000010110000111000001111000010 | c3afc2bec282c383c2 |
EUC-JP | テッツセツづδ | 1000111011000011100011101010111110001110110000101000111010111110100011101100001010100100110001011010011011000100 | 8ec38eaf8ec28ebe8ec2a4c5a6c4 |
UTF-8 | テッツセツづδ | 1110111110111110100000111110111110111101101011111110111110111110100000101110111110111101101111101110111110111110100000101110001110000001101001011100111010110100 | efbe83efbdafefbe82efbdbeefbe82e381a5ceb4 |
UHC | ?????づδ | 001111110011111100111111001111110011111110101010110001011010010111100100 | 3f3f3f3f3faac5a5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)