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 | ?????GB | 00111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f4742 |
SJIS-WIN | テつ古つケGB | 11000011100000101100001010001100110000111000001011000010101110010100011101000010 | c382c28cc382c2b94742 |
EUC-JP | テつ古つケGB | 100011101100001110100100110001001011100011000101101001001100010010001110101110010100011101000010 | 8ec3a4c4b8c5a4c48eb94742 |
UTF-8 | テつ古つケGB | 1110111110111110100000111110001110000001101001001110010110001111101001001110001110000001101001001110111110111101101110010100011101000010 | efbe83e381a4e58fa4e381a4efbdb94742 |
UHC | ?つ古つ?GB | 00111111101010101100010011001101101011111010101011000100001111110100011101000010 | 3faac4cdafaac43f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)