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 | ???T | 00111111001111110011111101010100 | 3f3f3f54 |
SJIS-WIN | テつ歔T | 110000111000001011000010100111110110000001010100 | c382c29f6054 |
EUC-JP | テつ歔T | 10001110110000111010010011000100110111011100000101010100 | 8ec3a4c4ddc154 |
UTF-8 | テつ歔T | 11101111101111101000001111100011100000011010010011100110101011011001010001010100 | efbe83e381a4e6ad9454 |
UHC | ?つ?T | 0011111110101010110001000011111101010100 | 3faac43f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)